GET /api/bet_types/51f9ed6d-312a-4569-b44b-d85e77de00ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "51f9ed6d-312a-4569-b44b-d85e77de00ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/648be2d2-3333-497e-8f96-c099f214ad0a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-26T11:52:13.081839-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": "KAN (J Lyles)",
                "amount": 5039.0
            },
            {
                "team": "WAS (P Corbin)",
                "amount": 4961.0
            }
        ],
        "expected_reward_tokens": 9574.1,
        "profit_sb": 74.1,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "a182c434-6a52-49fb-89ea-476f803d641a",
            "gambit_id": "943fab24-046b-4b72-94d8-dc9c00c21fa9",
            "last_updated": "2023-05-27T16:17:18.246390-04:00",
            "created_at": "2023-05-26T11:52:13.088983-04:00",
            "name": "KAN (J Lyles)",
            "reward": "1.90000",
            "odds": "1.93460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51f9ed6d-312a-4569-b44b-d85e77de00ba/?format=api"
        },
        {
            "id": "2d5f05c4-d2a9-4a13-91bd-40f83bb193d2",
            "gambit_id": "de433415-a993-47bc-b71e-e2c78058d59c",
            "last_updated": "2023-05-27T16:17:18.244463-04:00",
            "created_at": "2023-05-26T11:52:13.085386-04:00",
            "name": "WAS (P Corbin)",
            "reward": "1.93000",
            "odds": "1.97090",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51f9ed6d-312a-4569-b44b-d85e77de00ba/?format=api"
        }
    ]
}