GET /api/bet_types/b9c2e8d6-9f0b-41a8-9d1d-703dd50dfcc2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b9c2e8d6-9f0b-41a8-9d1d-703dd50dfcc2",
    "match": "https://api-prod.gambitprofit.com/api/matches/9aeb43b7-bbad-4ae7-a31a-e83c0a0842f1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-15T12:27:13.824598-04: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": "LOS (M Grove)",
                "amount": 5714.0
            },
            {
                "team": "CHC (J Taillon)",
                "amount": 4286.0
            }
        ],
        "expected_reward_tokens": 9599.52,
        "profit_sb": 99.52,
        "profit_sb_percentage": 1.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "c7963969-a6d7-4808-b4a2-ea5a7e600d40",
            "gambit_id": "44c5a146-2593-44a5-af96-fb80e55e30c3",
            "last_updated": "2023-04-16T17:57:16.327037-04:00",
            "created_at": "2023-04-15T12:27:13.825964-04:00",
            "name": "LOS (M Grove)",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9c2e8d6-9f0b-41a8-9d1d-703dd50dfcc2/?format=api"
        },
        {
            "id": "a7644e31-65ea-4be5-99fe-16adcbab6ba3",
            "gambit_id": "7038215f-f860-4605-8377-7c1421f13c46",
            "last_updated": "2023-04-16T17:57:16.329222-04:00",
            "created_at": "2023-04-15T12:27:13.827425-04:00",
            "name": "CHC (J Taillon)",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9c2e8d6-9f0b-41a8-9d1d-703dd50dfcc2/?format=api"
        }
    ]
}