GET /api/bet_types/38029fbd-2e97-44d9-80de-1df04bb34f92/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "38029fbd-2e97-44d9-80de-1df04bb34f92",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e628327-a9fc-4fa7-ba35-fabdedb22026/?format=api",
    "name": "Pick the Winner",
    "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": "BOS (N Pivetta)",
                "amount": 5692.0
            },
            {
                "team": "KAN (K Bubic)",
                "amount": 4308.0
            }
        ],
        "expected_reward_tokens": 9391.44,
        "profit_sb": 391.44,
        "profit_sb_percentage": 4.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "8c65bb8b-ed50-4801-9ef9-57d81816705f",
            "gambit_id": "93c24d17-3a12-4e75-9e84-7707460e2f3a",
            "last_updated": "2022-08-05T09:56:55.212796-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS (N Pivetta)",
            "reward": "1.65000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38029fbd-2e97-44d9-80de-1df04bb34f92/?format=api"
        },
        {
            "id": "afbf4b40-4e45-473a-a42c-ae81829ec31d",
            "gambit_id": "a50146b7-e480-4896-962f-1962a6aa062a",
            "last_updated": "2022-08-05T09:56:55.212275-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN (K Bubic)",
            "reward": "2.18000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38029fbd-2e97-44d9-80de-1df04bb34f92/?format=api"
        }
    ]
}