GET /api/bet_types/9a945459-87e5-403b-a4c7-32d4e7f69af5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9a945459-87e5-403b-a4c7-32d4e7f69af5",
    "match": "https://api-prod.gambitprofit.com/api/matches/76bef33f-4b9d-4a16-9abb-54ec922bd419/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-24T08:13:22.459922-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": "Game Total Over 8.5",
                "amount": 5512.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "7ceb96e2-5ff1-451f-a84e-279037f63736",
            "gambit_id": "0848303a-9121-4c1d-b28a-5d8083411386",
            "last_updated": "2023-07-25T20:18:25.036928-04:00",
            "created_at": "2023-07-24T08:13:22.473115-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a945459-87e5-403b-a4c7-32d4e7f69af5/?format=api"
        },
        {
            "id": "5b0ba47b-7651-47a9-b2eb-2ada51156684",
            "gambit_id": "53c4deaf-3954-45f2-86b5-7112aca85e67",
            "last_updated": "2023-07-25T20:18:25.040554-04:00",
            "created_at": "2023-07-24T08:13:22.463799-04:00",
            "name": "Game Total Under 8.5",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a945459-87e5-403b-a4c7-32d4e7f69af5/?format=api"
        }
    ]
}