GET /api/bet_types/73f14187-ba20-4deb-a5dd-978107501b6d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "73f14187-ba20-4deb-a5dd-978107501b6d",
    "match": "https://api-prod.gambitprofit.com/api/matches/43f1cf11-b8df-4362-bb61-24910a8e5d69/?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": "TOR (K Gausman)",
                "amount": 6569.0
            },
            {
                "team": "CHC (M Stroman)",
                "amount": 3431.0
            }
        ],
        "expected_reward_tokens": 9262.29,
        "profit_sb": 262.29,
        "profit_sb_percentage": 2.91,
        "recommended": true
    },
    "lines": [
        {
            "id": "83da9f03-e5d1-4ed2-a648-1ed178dcd364",
            "gambit_id": "4a7c01fb-1472-4522-9bed-80c764bd6e86",
            "last_updated": "2022-08-31T11:57:19.453750-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR (K Gausman)",
            "reward": "1.41000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73f14187-ba20-4deb-a5dd-978107501b6d/?format=api"
        },
        {
            "id": "1c5820bc-4774-4e3b-9ea8-32c105cd27ce",
            "gambit_id": "15e5a6e5-2ac1-4816-97c2-9602ea5261b8",
            "last_updated": "2022-08-31T11:57:19.454210-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC (M Stroman)",
            "reward": "2.70000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73f14187-ba20-4deb-a5dd-978107501b6d/?format=api"
        }
    ]
}