GET /api/bet_types/28157fbf-f801-439b-b55b-3b3514d98585/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "28157fbf-f801-439b-b55b-3b3514d98585",
    "match": "https://api-prod.gambitprofit.com/api/matches/2b449885-fe84-429a-b640-3b3d43f5429d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-01T19:33:12.879699-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": "Total Rounds Under 2.5",
                "amount": 5299.0
            },
            {
                "team": "Total Rounds Over 2.5",
                "amount": 4701.0
            }
        ],
        "expected_reward_tokens": 9166.95,
        "profit_sb": -333.05,
        "profit_sb_percentage": -3.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "c8df0c98-e969-44b2-b89a-167a5a666279",
            "gambit_id": "d12f35c6-923e-4a31-b764-5ad34467d075",
            "last_updated": "2023-12-05T21:28:20.938454-05:00",
            "created_at": "2023-12-01T19:33:12.888692-05:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28157fbf-f801-439b-b55b-3b3514d98585/?format=api"
        },
        {
            "id": "7af31ca9-abfa-48c7-8428-62434a0b23a4",
            "gambit_id": "c39b923b-d77e-412c-9c0d-906db4775dc3",
            "last_updated": "2023-12-05T21:28:20.935121-05:00",
            "created_at": "2023-12-01T19:33:12.884214-05:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28157fbf-f801-439b-b55b-3b3514d98585/?format=api"
        }
    ]
}