GET /api/bet_types/a5523e94-7d7a-4650-8b8f-9a5ca35d0c96/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a5523e94-7d7a-4650-8b8f-9a5ca35d0c96",
    "match": "https://api-prod.gambitprofit.com/api/matches/f5f20544-e979-4283-afa5-a689cacc6e66/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-20T11:13:06.832979-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 47.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 47.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "9cf9c730-d2a0-433e-8d93-b428aeeae608",
            "gambit_id": "c11088ae-d148-4eba-aa36-884580533f3c",
            "last_updated": "2023-12-26T20:18:07.039949-05:00",
            "created_at": "2023-12-20T11:13:06.836528-05:00",
            "name": "Game Total Over 47.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5523e94-7d7a-4650-8b8f-9a5ca35d0c96/?format=api"
        },
        {
            "id": "d3acef6d-fd86-4ee1-a09f-5fac8f615eed",
            "gambit_id": "d6ae268c-909a-4347-a4a8-a4fc8c2ae9cd",
            "last_updated": "2023-12-26T20:18:07.043287-05:00",
            "created_at": "2023-12-20T11:13:06.840895-05:00",
            "name": "Game Total Under 47.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5523e94-7d7a-4650-8b8f-9a5ca35d0c96/?format=api"
        }
    ]
}