GET /api/bet_types/10b01f54-c208-4b5e-a5a9-923d46d3311c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "10b01f54-c208-4b5e-a5a9-923d46d3311c",
    "match": "https://api-prod.gambitprofit.com/api/matches/7eb4bb10-d5f4-429b-8a6e-b5579408a636/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-29T16:26:58.430779-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": "Tampa Bay Lightning",
                "amount": 5107.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "94b4c3eb-6f34-4857-9c8b-426634075ff2",
            "gambit_id": "7ba8466a-c77a-4ea5-80ef-04280cea0d15",
            "last_updated": "2023-04-30T15:42:19.538608-04:00",
            "created_at": "2023-04-29T16:26:58.432582-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10b01f54-c208-4b5e-a5a9-923d46d3311c/?format=api"
        },
        {
            "id": "023aa34f-3d8a-4187-845a-b69ca55e62bf",
            "gambit_id": "4fe9f24e-e226-4e71-b26c-9c354986822c",
            "last_updated": "2023-04-30T15:42:19.539936-04:00",
            "created_at": "2023-04-29T16:26:58.434568-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10b01f54-c208-4b5e-a5a9-923d46d3311c/?format=api"
        }
    ]
}