GET /api/bet_types/00ded1c9-19ce-46f3-b8c9-c7bdf5fea5b8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "00ded1c9-19ce-46f3-b8c9-c7bdf5fea5b8",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e2c9bfd-040e-430e-8380-0c1bfed8cb3e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-31T09:56:48.283505-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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "5ccf579c-820a-4666-98aa-bf6f1bc9c3da",
            "gambit_id": "9b18b13b-3359-40fe-8ef0-3dd5ae89c80d",
            "last_updated": "2023-04-01T10:27:13.965932-04:00",
            "created_at": "2023-03-31T09:56:48.285415-04:00",
            "name": "Game Total Under 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00ded1c9-19ce-46f3-b8c9-c7bdf5fea5b8/?format=api"
        },
        {
            "id": "b03af28e-44fa-478f-8cea-21e959c1d0a0",
            "gambit_id": "b61782e3-1cd2-405a-b54e-a8c973da0bdd",
            "last_updated": "2023-04-01T10:27:13.967945-04:00",
            "created_at": "2023-03-31T09:56:48.287628-04:00",
            "name": "Game Total Over 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00ded1c9-19ce-46f3-b8c9-c7bdf5fea5b8/?format=api"
        }
    ]
}