GET /api/bet_types/64eee006-aa73-4a28-965e-c468edea1465/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "64eee006-aa73-4a28-965e-c468edea1465",
    "match": "https://api-prod.gambitprofit.com/api/matches/a08e681f-e861-4091-ad3a-32712fdf9fd1/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-08T09:02:57.999339-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 Over 234.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 234.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e593d932-1aed-4486-8d99-c2348eb8db3a",
            "gambit_id": "a4925ea0-bb0c-4104-9691-5bcd08095b58",
            "last_updated": "2024-01-10T09:58:14.647479-05:00",
            "created_at": "2024-01-08T09:02:58.003973-05:00",
            "name": "Game Total Over 234.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64eee006-aa73-4a28-965e-c468edea1465/?format=api"
        },
        {
            "id": "8890de44-2ac2-49fc-b70a-34a267b15bf8",
            "gambit_id": "1247a7bd-8133-41b2-a5ce-b9b0238906a6",
            "last_updated": "2024-01-10T09:58:14.650823-05:00",
            "created_at": "2024-01-08T09:02:58.009218-05:00",
            "name": "Game Total Under 234.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64eee006-aa73-4a28-965e-c468edea1465/?format=api"
        }
    ]
}