GET /api/bet_types/85adfddf-78ab-4100-bb6f-163b802f75de/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "85adfddf-78ab-4100-bb6f-163b802f75de",
    "match": "https://api-prod.gambitprofit.com/api/matches/01c11f24-786d-4d03-a472-c981e45a0b54/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-25T09:13:12.154926-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 Over 42",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 42",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "20d988f8-566c-4baa-984a-4ecffb0bf7f8",
            "gambit_id": "5dcdce66-8af6-4b59-a62b-89a344fd4763",
            "last_updated": "2023-10-30T15:38:30.446726-04:00",
            "created_at": "2023-10-25T09:13:12.158360-04:00",
            "name": "Game Total Over 42",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "42.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85adfddf-78ab-4100-bb6f-163b802f75de/?format=api"
        },
        {
            "id": "960e8248-e545-46e0-9c18-c5fb41814db6",
            "gambit_id": "d286e7b8-28dc-4fa5-a43b-d89555e2a0f7",
            "last_updated": "2023-10-30T15:38:30.450195-04:00",
            "created_at": "2023-10-25T09:13:12.162161-04:00",
            "name": "Game Total Under 42",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "42.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85adfddf-78ab-4100-bb6f-163b802f75de/?format=api"
        }
    ]
}