GET /api/bet_types/33f2663a-ed50-459e-abca-356395ce87e6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "33f2663a-ed50-459e-abca-356395ce87e6",
    "match": "https://api-prod.gambitprofit.com/api/matches/d0b6f5c0-d623-49e9-a51f-21485267a96d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-29T09:23:09.646041-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "f89a0f4b-1c45-4d44-90ab-7eea85ad635b",
            "gambit_id": "164a8a85-27e9-4f10-9704-5ef47df59207",
            "last_updated": "2023-09-30T10:48:13.817508-04:00",
            "created_at": "2023-09-29T09:23:09.656834-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33f2663a-ed50-459e-abca-356395ce87e6/?format=api"
        },
        {
            "id": "01d9ae01-9aa0-41c2-aeff-77fecd7f2891",
            "gambit_id": "9d1eb48d-0394-41f3-bacb-0df7b00a3f4a",
            "last_updated": "2023-09-30T10:48:13.814183-04:00",
            "created_at": "2023-09-29T09:23:09.650966-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33f2663a-ed50-459e-abca-356395ce87e6/?format=api"
        }
    ]
}