GET /api/bet_types/cbcf241c-2fb6-4ba5-aa17-f2a409e152d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cbcf241c-2fb6-4ba5-aa17-f2a409e152d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/276d4e0a-f449-4d91-b838-adc87f881d93/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-11T08:53:09.465457-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 2.5",
                "amount": 5068.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4932.0
            }
        ],
        "expected_reward_tokens": 9173.08,
        "profit_sb": -326.92,
        "profit_sb_percentage": -3.44,
        "recommended": false
    },
    "lines": [
        {
            "id": "1b91db1f-2315-4f9f-90b0-8a44c9fd0b53",
            "gambit_id": "1acbce2e-fe22-486e-8aa5-f84eecc838f5",
            "last_updated": "2023-11-14T09:58:15.224596-05:00",
            "created_at": "2023-11-11T08:53:09.469029-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.81000",
            "odds": "1.85000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbcf241c-2fb6-4ba5-aa17-f2a409e152d5/?format=api"
        },
        {
            "id": "9ea95836-b1a8-45db-b3d4-0b34b9bc3e55",
            "gambit_id": "fc1813db-8de1-4863-9ba8-9e04a3665837",
            "last_updated": "2023-11-14T09:58:15.228143-05:00",
            "created_at": "2023-11-11T08:53:09.473049-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.86000",
            "odds": "1.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbcf241c-2fb6-4ba5-aa17-f2a409e152d5/?format=api"
        }
    ]
}