GET /api/bet_types/ac3c4a98-ab12-4b4f-a2ef-f74d1c3b3c4b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ac3c4a98-ab12-4b4f-a2ef-f74d1c3b3c4b",
    "match": "https://api-prod.gambitprofit.com/api/matches/73c88d95-8cc6-4afb-af29-6855b2308ecd/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-15T10:23:24.060503-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 239.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 239.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "6fe9d58f-5202-44d1-9450-b8258e2077ca",
            "gambit_id": "6fa6565b-61e3-4629-9e22-932e8fbedbfe",
            "last_updated": "2024-01-17T22:13:14.080073-05:00",
            "created_at": "2024-01-15T10:23:24.069920-05:00",
            "name": "Game Total Over 239.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "239.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac3c4a98-ab12-4b4f-a2ef-f74d1c3b3c4b/?format=api"
        },
        {
            "id": "29189204-34f4-436c-a520-78e9118ac9cc",
            "gambit_id": "592ee3dc-a5fb-44c9-b736-fad727f83aeb",
            "last_updated": "2024-01-17T22:13:14.083331-05:00",
            "created_at": "2024-01-15T10:23:24.065184-05:00",
            "name": "Game Total Under 239.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "239.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac3c4a98-ab12-4b4f-a2ef-f74d1c3b3c4b/?format=api"
        }
    ]
}