GET /api/bet_types/371e22e3-7717-4283-ac09-78501db5c668/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "371e22e3-7717-4283-ac09-78501db5c668",
    "match": "https://api-prod.gambitprofit.com/api/matches/98197921-93d9-4903-a4b5-3edf4a8be7f2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-17T13:03:06.035474-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 37.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 37.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b8cf4467-105b-4ec9-bcd9-995a7cf6af8a",
            "gambit_id": "9b2b6464-6222-45bf-83be-57226e0abd18",
            "last_updated": "2023-08-21T19:53:14.185604-04:00",
            "created_at": "2023-08-17T13:03:06.039368-04:00",
            "name": "Game Total Over 37.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "37.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/371e22e3-7717-4283-ac09-78501db5c668/?format=api"
        },
        {
            "id": "28dbd294-48b5-49db-8a60-ebf5b460242e",
            "gambit_id": "5b19fd6c-8609-48d9-aa99-de2b79003284",
            "last_updated": "2023-08-21T19:53:14.189292-04:00",
            "created_at": "2023-08-17T13:03:06.043429-04:00",
            "name": "Game Total Under 37.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "37.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/371e22e3-7717-4283-ac09-78501db5c668/?format=api"
        }
    ]
}