GET /api/bet_types/ade7bdd9-821a-442f-bea9-efac11784f13/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ade7bdd9-821a-442f-bea9-efac11784f13",
    "match": "https://api-prod.gambitprofit.com/api/matches/1074f751-7448-427b-8633-92b9e80b3e46/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-10T10:03:08.728968-04: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": "CIN (H Greene)",
                "amount": 5776.0
            },
            {
                "team": "STL (M Mikolas)",
                "amount": 4224.0
            }
        ],
        "expected_reward_tokens": 9588.16,
        "profit_sb": 88.16,
        "profit_sb_percentage": 0.93,
        "recommended": true
    },
    "lines": [
        {
            "id": "2b60cac9-cc26-4969-8474-98ce14ca747f",
            "gambit_id": "208ca468-d558-465e-8195-f31761aaac07",
            "last_updated": "2023-09-12T11:28:10.369516-04:00",
            "created_at": "2023-09-10T10:03:08.737565-04:00",
            "name": "CIN (H Greene)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ade7bdd9-821a-442f-bea9-efac11784f13/?format=api"
        },
        {
            "id": "9b72b831-b3fe-434c-a357-b4b0f6fb9470",
            "gambit_id": "aba245c4-1c76-4c47-ab0d-579bafa32093",
            "last_updated": "2023-09-12T11:28:10.365843-04:00",
            "created_at": "2023-09-10T10:03:08.733396-04:00",
            "name": "STL (M Mikolas)",
            "reward": "2.27000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ade7bdd9-821a-442f-bea9-efac11784f13/?format=api"
        }
    ]
}