GET /api/bet_types/a13da285-412c-485c-bcb9-3ff215422500/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a13da285-412c-485c-bcb9-3ff215422500",
    "match": "https://api-prod.gambitprofit.com/api/matches/2731f09c-72b4-468d-b0a3-ea3f01200d50/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-13T09:08:20.845815-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": "HOU (H Brown)",
                "amount": 6942.0
            },
            {
                "team": "WAS (P Corbin)",
                "amount": 3058.0
            }
        ],
        "expected_reward_tokens": 9510.38,
        "profit_sb": 10.38,
        "profit_sb_percentage": 0.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "d8039fe9-6051-4b61-aca7-74bba3de6a3e",
            "gambit_id": "6212dd4d-000c-40bf-914e-20cc355330b2",
            "last_updated": "2023-06-14T11:18:15.258418-04:00",
            "created_at": "2023-06-13T09:08:20.850161-04:00",
            "name": "HOU (H Brown)",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a13da285-412c-485c-bcb9-3ff215422500/?format=api"
        },
        {
            "id": "2011082a-4bac-44f5-a13a-61ebfbed101d",
            "gambit_id": "ab425b40-a1d9-4696-9750-6c7d63cb46f4",
            "last_updated": "2023-06-14T11:18:15.256193-04:00",
            "created_at": "2023-06-13T09:08:20.848096-04:00",
            "name": "WAS (P Corbin)",
            "reward": "3.11000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a13da285-412c-485c-bcb9-3ff215422500/?format=api"
        }
    ]
}