GET /api/bet_types/6eab4408-3297-438d-81f0-b2f5e2f8dce5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6eab4408-3297-438d-81f0-b2f5e2f8dce5",
    "match": "https://api-prod.gambitprofit.com/api/matches/6627993d-6e12-459d-ba91-e16f46aad8f2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-03T10:18:14.094150-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 38.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 38.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "be956de4-e389-4a90-aaf6-6f7219673678",
            "gambit_id": "9550bc2f-f97e-4eac-8618-cef5599bc9cb",
            "last_updated": "2023-10-09T15:48:14.003870-04:00",
            "created_at": "2023-10-03T10:18:14.098476-04:00",
            "name": "Game Total Over 38.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "38.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6eab4408-3297-438d-81f0-b2f5e2f8dce5/?format=api"
        },
        {
            "id": "3883c171-05c4-42b7-9849-6cffb158a72d",
            "gambit_id": "24d6c949-d8f4-4311-ab81-4ee6cc167095",
            "last_updated": "2023-10-09T15:48:14.007765-04:00",
            "created_at": "2023-10-03T10:18:14.103585-04:00",
            "name": "Game Total Under 38.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "38.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6eab4408-3297-438d-81f0-b2f5e2f8dce5/?format=api"
        }
    ]
}