GET /api/bet_types/8549c223-360c-412a-860c-fd3444a6989e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8549c223-360c-412a-860c-fd3444a6989e",
    "match": "https://api-prod.gambitprofit.com/api/matches/d1d8c8bb-8d22-4dff-90c0-e22cb608107b/?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": "Calgary Flames",
                "amount": 6336.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 3664.0
            }
        ],
        "expected_reward_tokens": 9123.36,
        "profit_sb": 123.36,
        "profit_sb_percentage": 1.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "d0dd5098-8e40-4f1e-a2de-8d6a81c2fbd6",
            "gambit_id": "ae2355d2-d065-47a6-a193-233534c8a76c",
            "last_updated": "2022-12-13T10:07:01.743447-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8549c223-360c-412a-860c-fd3444a6989e/?format=api"
        },
        {
            "id": "dd353d72-382e-4ff6-af00-ac86918d127b",
            "gambit_id": "9f3b5e31-efd5-449d-a133-478a08328d62",
            "last_updated": "2022-12-13T10:07:01.741532-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Montreal Canadiens",
            "reward": "2.49000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8549c223-360c-412a-860c-fd3444a6989e/?format=api"
        }
    ]
}