GET /api/bet_types/b7165b16-6135-4d19-bec0-16ab6019c263/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b7165b16-6135-4d19-bec0-16ab6019c263",
    "match": "https://api-prod.gambitprofit.com/api/matches/dfab32f1-7b0f-4e9e-90d4-d4fea8fa7e89/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-17T13:03:05.752678-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 38.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 38.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "bf1f1257-4800-4698-b77f-348a5e9ba507",
            "gambit_id": "e2ff6ce7-ce1e-496f-b16e-fc85b3da64d1",
            "last_updated": "2023-08-21T19:53:16.089336-04:00",
            "created_at": "2023-08-17T13:03:05.773825-04:00",
            "name": "Game Total Over 38.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "38.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7165b16-6135-4d19-bec0-16ab6019c263/?format=api"
        },
        {
            "id": "f95a7321-2944-46c8-92f3-ba339fe45ee1",
            "gambit_id": "a7eafcb8-cf9f-4e65-85ee-f68b278cf4c3",
            "last_updated": "2023-08-21T19:53:16.086101-04:00",
            "created_at": "2023-08-17T13:03:05.756553-04:00",
            "name": "Game Total Under 38.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "38.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7165b16-6135-4d19-bec0-16ab6019c263/?format=api"
        }
    ]
}