GET /api/bet_types/6dbded2c-6c9d-4518-8b51-fb26e367311f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6dbded2c-6c9d-4518-8b51-fb26e367311f",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b98dd9c-0c08-43aa-889a-4af828051bde/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-05T14:19:54.192430-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 232.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 232.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e54f56fa-b557-467c-a477-e90e48f284ce",
            "gambit_id": "609d4419-7154-47ad-8715-83996f56acd6",
            "last_updated": "2023-03-06T19:06:59.027870-05:00",
            "created_at": "2023-03-05T14:19:54.193704-05:00",
            "name": "Game Total Under 232.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "232.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6dbded2c-6c9d-4518-8b51-fb26e367311f/?format=api"
        },
        {
            "id": "ccab6244-2e6e-4b50-bd91-14f413c22014",
            "gambit_id": "d33b18ef-8b1d-4059-99c4-c5ec95f65efb",
            "last_updated": "2023-03-06T19:06:59.029211-05:00",
            "created_at": "2023-03-05T14:19:54.195283-05:00",
            "name": "Game Total Over 232.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "232.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6dbded2c-6c9d-4518-8b51-fb26e367311f/?format=api"
        }
    ]
}