GET /api/bet_types/66cd949b-9114-480f-95e0-fb0313933b76/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "66cd949b-9114-480f-95e0-fb0313933b76",
    "match": "https://api-prod.gambitprofit.com/api/matches/dcc6ff17-d54c-4b24-9d68-d6340c6cecda/?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": "HOU (J Verlander)",
                "amount": 5995.0
            },
            {
                "team": "PHI (Z Wheeler)",
                "amount": 4005.0
            }
        ],
        "expected_reward_tokens": 9651.95,
        "profit_sb": 151.95,
        "profit_sb_percentage": 1.6,
        "recommended": true
    },
    "lines": [
        {
            "id": "230c5b09-388f-4c61-af5c-d598c3cc0029",
            "gambit_id": "401b9bd6-e849-4c18-ad56-0701c6f93dcd",
            "last_updated": "2022-12-24T17:12:10.488510-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU (J Verlander)",
            "reward": "1.61000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66cd949b-9114-480f-95e0-fb0313933b76/?format=api"
        },
        {
            "id": "98e27cf8-f815-46f0-a438-9a16b1f22b04",
            "gambit_id": "c7f8b15f-fb53-4af6-bddd-c6d86f5f0fb6",
            "last_updated": "2022-12-24T17:12:10.489663-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI (Z Wheeler)",
            "reward": "2.41000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66cd949b-9114-480f-95e0-fb0313933b76/?format=api"
        }
    ]
}