GET /api/bet_types/d5bb9711-379c-4b0a-b998-bec57ae8ffed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5bb9711-379c-4b0a-b998-bec57ae8ffed",
    "match": "https://api-prod.gambitprofit.com/api/matches/a6ec8ac4-03ab-48e3-a1f8-1ee9a463a5c8/?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 236",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 236",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "f7676f29-b864-47c3-989e-9b8aad0274da",
            "gambit_id": "97f75eb4-2b4a-40bd-b811-47a35388d8cb",
            "last_updated": "2022-12-08T13:02:16.518252-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 236",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "236.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5bb9711-379c-4b0a-b998-bec57ae8ffed/?format=api"
        },
        {
            "id": "ff9943c6-1967-4965-a137-9d5e46c4e15e",
            "gambit_id": "865baef1-a47c-42ec-b957-645450abd40c",
            "last_updated": "2022-12-08T13:02:16.519376-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 236",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "236.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5bb9711-379c-4b0a-b998-bec57ae8ffed/?format=api"
        }
    ]
}