GET /api/bet_types/f259965d-c519-420f-8110-1347dce45f24/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f259965d-c519-420f-8110-1347dce45f24",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e7125ca-56dc-48b4-8f86-bad002cf2337/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-01T09:03:22.547758-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 Under 9.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "8eede433-6642-45f5-8457-c295401cf21a",
            "gambit_id": "3c3835a7-c543-49e5-a678-fd9dfc85824e",
            "last_updated": "2023-08-02T19:02:59.227510-04:00",
            "created_at": "2023-08-01T09:03:22.556484-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f259965d-c519-420f-8110-1347dce45f24/?format=api"
        },
        {
            "id": "b7cd5bee-58af-4901-a5c2-3d3e6baab752",
            "gambit_id": "ef85fa78-a3ea-43a9-a925-4ce9bc0ea1b7",
            "last_updated": "2023-08-02T19:02:59.231223-04:00",
            "created_at": "2023-08-01T09:03:22.551848-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f259965d-c519-420f-8110-1347dce45f24/?format=api"
        }
    ]
}