GET /api/bet_types/0d539346-b33e-4d77-991f-a84c89ae14f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0d539346-b33e-4d77-991f-a84c89ae14f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/15a8fe9a-808b-44bd-be28-77f4468b55dd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-01T10:22:12.516482-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": "TOR (K Gausman)",
                "amount": 5527.0
            },
            {
                "team": "STL (J Flaherty)",
                "amount": 4473.0
            }
        ],
        "expected_reward_tokens": 9616.95,
        "profit_sb": 116.95,
        "profit_sb_percentage": 1.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "b334db44-b9cc-4423-ab4f-58525538feb0",
            "gambit_id": "97d33a99-bdba-4e48-9673-a02caf7d04af",
            "last_updated": "2023-04-03T10:07:03.216227-04:00",
            "created_at": "2023-04-01T10:22:12.520261-04:00",
            "name": "TOR (K Gausman)",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d539346-b33e-4d77-991f-a84c89ae14f9/?format=api"
        },
        {
            "id": "c3913abd-52af-4080-b4c8-9b91f95489bc",
            "gambit_id": "a6b3d747-568d-48bd-bb98-1a815a009ded",
            "last_updated": "2023-04-03T10:07:03.214859-04:00",
            "created_at": "2023-04-01T10:22:12.518424-04:00",
            "name": "STL (J Flaherty)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d539346-b33e-4d77-991f-a84c89ae14f9/?format=api"
        }
    ]
}