GET /api/bet_types/bb78b505-b450-4a3a-b190-98b3d716d7d2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb78b505-b450-4a3a-b190-98b3d716d7d2",
    "match": "https://api-prod.gambitprofit.com/api/matches/04a34e52-08dc-45f2-aac8-5ccb51f72064/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-05T09:53:20.490627-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": "42a8006e-bbc8-46dc-bf45-f6cdc04aa86f",
            "gambit_id": "ee4e99be-2b4d-4d15-a5b4-e0f4dc21c252",
            "last_updated": "2023-09-06T22:53:25.487707-04:00",
            "created_at": "2023-09-05T09:53:20.503374-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/bb78b505-b450-4a3a-b190-98b3d716d7d2/?format=api"
        },
        {
            "id": "15b1d1bd-44ed-4c65-b7ec-0c0ff9dec842",
            "gambit_id": "e8037b26-7bb7-4cdc-9a24-50366f159f76",
            "last_updated": "2023-09-06T22:53:25.484412-04:00",
            "created_at": "2023-09-05T09:53:20.498312-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/bb78b505-b450-4a3a-b190-98b3d716d7d2/?format=api"
        }
    ]
}