GET /api/bet_types/d9788f2e-85fa-4226-809a-fdbd6bde8448/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d9788f2e-85fa-4226-809a-fdbd6bde8448",
    "match": "https://api-prod.gambitprofit.com/api/matches/4038cf97-7e04-412a-bf99-86585d3095de/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": "Game Total Under 2.5",
                "amount": 5726.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4274.0
            }
        ],
        "expected_reward_tokens": 8760.78,
        "profit_sb": -239.22,
        "profit_sb_percentage": -2.66,
        "recommended": false
    },
    "lines": [
        {
            "id": "39b138cc-af3d-481b-8908-868811a0b5fa",
            "gambit_id": "bec7476a-fb7f-4b33-93f2-2f7df773f3f9",
            "last_updated": "2022-12-03T10:12:29.615844-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.53000",
            "odds": "1.60000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9788f2e-85fa-4226-809a-fdbd6bde8448/?format=api"
        },
        {
            "id": "ef24aec7-0f28-4487-8200-6a3e2d08765e",
            "gambit_id": "5f66ba9f-1863-4cac-b68f-f428fe2df314",
            "last_updated": "2022-12-03T10:12:29.617000-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "2.05000",
            "odds": "2.20000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9788f2e-85fa-4226-809a-fdbd6bde8448/?format=api"
        }
    ]
}