GET /api/bet_types/e9e5459e-afa1-4c5e-8c8c-02adb768e651/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e9e5459e-afa1-4c5e-8c8c-02adb768e651",
    "match": "https://api-prod.gambitprofit.com/api/matches/25c641b9-e548-4af2-8ca9-570e78c5c4e5/?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": "TAM (J Springs)",
                "amount": 5676.0
            },
            {
                "team": "TOR (M White)",
                "amount": 4324.0
            }
        ],
        "expected_reward_tokens": 9251.88,
        "profit_sb": 251.88,
        "profit_sb_percentage": 2.8,
        "recommended": true
    },
    "lines": [
        {
            "id": "5897beb5-df8d-4af7-be70-1a92252d11ff",
            "gambit_id": "903c24bb-daf2-4138-bb92-3eef8cefa3ec",
            "last_updated": "2022-09-24T21:12:26.164506-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM (J Springs)",
            "reward": "1.63000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9e5459e-afa1-4c5e-8c8c-02adb768e651/?format=api"
        },
        {
            "id": "e9fb3bc2-ecf4-4725-bffb-e88fb898d947",
            "gambit_id": "e7299dc6-1352-40eb-a7d7-d9bd5e9da673",
            "last_updated": "2022-09-24T21:12:26.163481-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR (M White)",
            "reward": "2.14000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9e5459e-afa1-4c5e-8c8c-02adb768e651/?format=api"
        }
    ]
}