GET /api/bet_types/ab6854e0-5d53-4060-8a4f-63aad479fc9d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ab6854e0-5d53-4060-8a4f-63aad479fc9d",
    "match": "https://api-prod.gambitprofit.com/api/matches/d874635f-ab4d-4ba4-9ed8-20bc0ba592af/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-10T15:13:10.738677-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 9",
                "amount": 5094.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "485e2445-3aad-4456-9bb7-05b229e91b12",
            "gambit_id": "25e453bd-de85-4282-bc91-2bbc0dae7513",
            "last_updated": "2023-10-11T09:02:56.252483-04:00",
            "created_at": "2023-10-10T15:13:10.743621-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab6854e0-5d53-4060-8a4f-63aad479fc9d/?format=api"
        },
        {
            "id": "1938425a-57b7-4fd5-bba3-f153ec6177f3",
            "gambit_id": "ef8133bb-b212-48fa-8327-6d9f917cd1af",
            "last_updated": "2023-10-11T09:02:56.256101-04:00",
            "created_at": "2023-10-10T15:13:10.750081-04:00",
            "name": "Game Total Under 9",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab6854e0-5d53-4060-8a4f-63aad479fc9d/?format=api"
        }
    ]
}