GET /api/bet_types/71bd0880-d64d-42cb-bf90-4eebdd87218f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "71bd0880-d64d-42cb-bf90-4eebdd87218f",
    "match": "https://api-prod.gambitprofit.com/api/matches/82167f8f-3799-4f77-ac2f-351f5b75c761/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-28T09:33:16.535593-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": "Minnesota Wild",
                "amount": 6020.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "46e833c9-72d5-4460-b718-5c72a8e9be30",
            "gambit_id": "d0ca5885-1c7d-4e33-9485-85d315c6393c",
            "last_updated": "2023-11-29T21:58:08.688861-05:00",
            "created_at": "2023-11-28T09:33:16.544501-05:00",
            "name": "Minnesota Wild",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71bd0880-d64d-42cb-bf90-4eebdd87218f/?format=api"
        },
        {
            "id": "d1eb0b7c-f5e5-4ade-a8b4-20751e332b7e",
            "gambit_id": "62a905d7-5fe1-4b84-a88a-a4e92a5aca4f",
            "last_updated": "2023-11-29T21:58:08.684988-05:00",
            "created_at": "2023-11-28T09:33:16.540321-05:00",
            "name": "St Louis Blues",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71bd0880-d64d-42cb-bf90-4eebdd87218f/?format=api"
        }
    ]
}