GET /api/bet_types/bd09e9a7-e9ef-4a9e-b295-2cc1accf41ac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd09e9a7-e9ef-4a9e-b295-2cc1accf41ac",
    "match": "https://api-prod.gambitprofit.com/api/matches/286a6720-92d0-416e-a3b4-4e1d5149002b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-11T08:53:05.027845-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 Over 6.5",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "dced33e8-bcb9-4dc3-b1f0-fc31a46d1c77",
            "gambit_id": "1a2fa520-9045-4580-8232-a4187dc3338f",
            "last_updated": "2023-11-13T14:03:19.470790-05:00",
            "created_at": "2023-11-11T08:53:05.032090-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd09e9a7-e9ef-4a9e-b295-2cc1accf41ac/?format=api"
        },
        {
            "id": "b280371c-ea6a-428c-a552-a34e678f3027",
            "gambit_id": "8f2ec41f-3f1e-4a45-81a7-3e0215e64b66",
            "last_updated": "2023-11-13T14:03:19.474085-05:00",
            "created_at": "2023-11-11T08:53:05.037015-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd09e9a7-e9ef-4a9e-b295-2cc1accf41ac/?format=api"
        }
    ]
}