GET /api/bet_types/6ef7fe59-9a1d-4c50-87d1-40ae3214dcfc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ef7fe59-9a1d-4c50-87d1-40ae3214dcfc",
    "match": "https://api-prod.gambitprofit.com/api/matches/496e2c59-20db-4861-93ef-253f51889b34/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Under 8.5",
                "amount": 5204.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": 159.04,
        "profit_sb_percentage": 1.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "a8eddd44-7c09-4225-823f-4e7f3ba7e35b",
            "gambit_id": "3aa77df7-b770-4440-8186-01143b56573c",
            "last_updated": "2022-08-07T11:02:18.092927-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ef7fe59-9a1d-4c50-87d1-40ae3214dcfc/?format=api"
        },
        {
            "id": "3a07a883-f755-487a-9331-b9a570a1ba26",
            "gambit_id": "100a3e85-4b16-4699-b2cc-60c0e0ff44eb",
            "last_updated": "2022-08-07T11:02:18.093520-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ef7fe59-9a1d-4c50-87d1-40ae3214dcfc/?format=api"
        }
    ]
}