GET /api/bet_types/9c4096c6-7faa-4c15-926a-45f7bd7e0710/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9c4096c6-7faa-4c15-926a-45f7bd7e0710",
    "match": "https://api-prod.gambitprofit.com/api/matches/c6817ba2-c1f5-415d-97ee-3f15c0ae0a9f/?format=api",
    "name": "Play the Odds",
    "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": "Florida",
                "amount": 5000.0
            },
            {
                "team": "Missouri",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "4f858cf3-f7f0-4007-9ba7-86fcb6a8485b",
            "gambit_id": "e2ee6d2f-90a4-4a4f-8d82-9112428f03e0",
            "last_updated": "2022-10-11T10:47:26.988786-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c4096c6-7faa-4c15-926a-45f7bd7e0710/?format=api"
        },
        {
            "id": "cae6aa59-4eb5-45bc-8703-cae931067f35",
            "gambit_id": "8b421f09-135e-4e1d-8b04-a5dd47ce1801",
            "last_updated": "2022-10-11T10:47:26.989774-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Missouri",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c4096c6-7faa-4c15-926a-45f7bd7e0710/?format=api"
        }
    ]
}