GET /api/bet_types/06c194f9-904d-476f-9ff5-1da59b621d06/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "06c194f9-904d-476f-9ff5-1da59b621d06",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a1fa137-422e-468d-b65e-1116b8cab0eb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-01T09:42:10.020290-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 Under 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "fe16fc1f-3476-4e75-be13-fbfe15f05e7e",
            "gambit_id": "4c31245d-dd4e-4591-a3fb-59721fcec45f",
            "last_updated": "2023-06-02T13:52:21.172655-04:00",
            "created_at": "2023-06-01T09:42:10.024916-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06c194f9-904d-476f-9ff5-1da59b621d06/?format=api"
        },
        {
            "id": "d9ca3795-4a19-4642-b03e-fc265d1c0420",
            "gambit_id": "2d944cf6-bb73-4211-83ee-1388338fbe0d",
            "last_updated": "2023-06-02T13:52:21.169995-04:00",
            "created_at": "2023-06-01T09:42:10.022781-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06c194f9-904d-476f-9ff5-1da59b621d06/?format=api"
        }
    ]
}