GET /api/bet_types/0b9b5c07-f5fe-4798-9dae-8cc089a72583/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0b9b5c07-f5fe-4798-9dae-8cc089a72583",
    "match": "https://api-prod.gambitprofit.com/api/matches/37b10e1a-2cc8-4b0e-aebb-bd9407b903ef/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-01T09:03:22.760226-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": "CHC (J Steele)",
                "amount": 5980.0
            },
            {
                "team": "CIN (B Lively)",
                "amount": 4020.0
            }
        ],
        "expected_reward_tokens": 9567.6,
        "profit_sb": 67.6,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "a865a6fa-fe59-4e12-8679-84fc1573dbb7",
            "gambit_id": "168e8ff2-a1a7-4409-984f-e81ff886168c",
            "last_updated": "2023-08-02T19:03:00.564664-04:00",
            "created_at": "2023-08-01T09:03:22.771977-04:00",
            "name": "CHC (J Steele)",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b9b5c07-f5fe-4798-9dae-8cc089a72583/?format=api"
        },
        {
            "id": "9abf553a-6446-4da5-af58-3bb63eb88b33",
            "gambit_id": "191db2ef-95d6-4188-9aad-e10af3d46dbd",
            "last_updated": "2023-08-02T19:03:00.560571-04:00",
            "created_at": "2023-08-01T09:03:22.766309-04:00",
            "name": "CIN (B Lively)",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b9b5c07-f5fe-4798-9dae-8cc089a72583/?format=api"
        }
    ]
}