GET /api/bet_types/0a17cc35-8814-429c-8284-2990fbc13a0c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0a17cc35-8814-429c-8284-2990fbc13a0c",
    "match": "https://api-prod.gambitprofit.com/api/matches/c76e0efd-a066-4681-922f-419102656be3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-26T10:36:58.578902-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": "Pittsburgh Penguins",
                "amount": 5106.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "30e496b0-1432-4082-925b-f3d2d29876a5",
            "gambit_id": "2fa4fe25-452a-43bc-afa6-cdb397153443",
            "last_updated": "2023-02-28T12:37:07.795331-05:00",
            "created_at": "2023-02-26T10:36:58.580123-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a17cc35-8814-429c-8284-2990fbc13a0c/?format=api"
        },
        {
            "id": "95e13f92-9c9c-47ce-b927-70f5f415b97e",
            "gambit_id": "0d156580-8c46-41f4-9358-0ad89b148737",
            "last_updated": "2023-02-28T12:37:07.796471-05:00",
            "created_at": "2023-02-26T10:36:58.581351-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a17cc35-8814-429c-8284-2990fbc13a0c/?format=api"
        }
    ]
}