GET /api/bet_types/b6613530-af5d-4212-bb35-82003b573156/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b6613530-af5d-4212-bb35-82003b573156",
    "match": "https://api-prod.gambitprofit.com/api/matches/5984e9d8-a1e1-4b61-8da0-905eb203d980/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-27T09:03:03.389918-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": "Carolina Hurricanes",
                "amount": 5614.0
            },
            {
                "team": "Nashville Predators",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "beb91e35-97e1-496f-aa1e-7ae0476b7d3d",
            "gambit_id": "581d4a8e-5957-4633-a717-aa98262ab865",
            "last_updated": "2023-12-29T11:13:24.256646-05:00",
            "created_at": "2023-12-27T09:03:03.393927-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6613530-af5d-4212-bb35-82003b573156/?format=api"
        },
        {
            "id": "a71077d3-0e7b-4b1d-8846-c385b0bd54ff",
            "gambit_id": "ab66bd21-f5ee-4bdd-805c-22417baf1cae",
            "last_updated": "2023-12-29T11:13:24.260728-05:00",
            "created_at": "2023-12-27T09:03:03.398352-05:00",
            "name": "Nashville Predators",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6613530-af5d-4212-bb35-82003b573156/?format=api"
        }
    ]
}