GET /api/bet_types/bdaee09c-2e99-4b5e-b13e-0610fdf34ff7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bdaee09c-2e99-4b5e-b13e-0610fdf34ff7",
    "match": "https://api-prod.gambitprofit.com/api/matches/9024ab24-5b75-4c34-a442-0b553f0d986c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-01T09:18:21.019939-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "5f4b72cd-fb42-4704-b2fc-6b1a8de84adc",
            "gambit_id": "7528a3b5-7167-414a-912c-95456b2d57cd",
            "last_updated": "2023-10-02T21:13:14.150979-04:00",
            "created_at": "2023-10-01T09:18:21.024212-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bdaee09c-2e99-4b5e-b13e-0610fdf34ff7/?format=api"
        },
        {
            "id": "4830b3bc-31ff-4e28-a95f-adf5d218cb29",
            "gambit_id": "e93e569b-8006-4d3d-b704-507ac1bfaa66",
            "last_updated": "2023-10-02T21:13:14.154316-04:00",
            "created_at": "2023-10-01T09:18:21.028583-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bdaee09c-2e99-4b5e-b13e-0610fdf34ff7/?format=api"
        }
    ]
}