GET /api/bet_types/dcfff21e-1aa7-4f69-acec-cf243bc8fd62/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dcfff21e-1aa7-4f69-acec-cf243bc8fd62",
    "match": "https://api-prod.gambitprofit.com/api/matches/3db7c58d-8cf0-4d1c-b70b-9fe0e41575f6/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Game Total Under 63.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 63.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "3d3e004f-b5d2-4585-8144-09f72e0f1ca2",
            "gambit_id": "743d2aef-951b-4a0e-be7b-00d6008ea9e7",
            "last_updated": "2022-10-11T11:07:31.922397-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 63.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "63.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcfff21e-1aa7-4f69-acec-cf243bc8fd62/?format=api"
        },
        {
            "id": "7fc7439f-bb16-47f6-93ee-7919824ae968",
            "gambit_id": "ff227517-a4da-426e-aca7-fbb7eed80ff5",
            "last_updated": "2022-10-11T11:07:31.923572-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 63.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "63.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcfff21e-1aa7-4f69-acec-cf243bc8fd62/?format=api"
        }
    ]
}