GET /api/bet_types/1cf6058f-c31c-4697-8f37-f59ff78625bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1cf6058f-c31c-4697-8f37-f59ff78625bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/8aeb8f2b-e6b9-412b-8cab-f818241a9214/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-11T09:32:17.416716-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": "Los Angeles Kings",
                "amount": 6100.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "d170aee8-01f9-4ce0-ad9d-6ec453f2fc7a",
            "gambit_id": "27beda9e-11fe-43dc-8df1-b67f9df9a02f",
            "last_updated": "2023-03-13T13:12:08.576712-04:00",
            "created_at": "2023-03-11T09:32:17.417946-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cf6058f-c31c-4697-8f37-f59ff78625bb/?format=api"
        },
        {
            "id": "55219e3a-01e6-4c46-b4ff-29a83cc98ed5",
            "gambit_id": "969eb164-96e0-4de0-9bea-4dfa6c3276ff",
            "last_updated": "2023-03-13T13:12:08.580219-04:00",
            "created_at": "2023-03-11T09:32:17.419277-05:00",
            "name": "Nashville Predators",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cf6058f-c31c-4697-8f37-f59ff78625bb/?format=api"
        }
    ]
}