GET /api/bet_types/d1284189-88ef-4fb7-916b-6c7c47e544e0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d1284189-88ef-4fb7-916b-6c7c47e544e0",
    "match": "https://api-prod.gambitprofit.com/api/matches/fea99f6d-d2ad-4b3a-be8e-78778826d711/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 8.5",
                "amount": 5110.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9044.7,
        "profit_sb": 44.7,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "3e4446e4-c730-4a08-8705-fd27d8b5b187",
            "gambit_id": "6d6c97ad-4881-42c7-81ce-47fe01abf368",
            "last_updated": "2022-09-12T11:07:22.071593-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1284189-88ef-4fb7-916b-6c7c47e544e0/?format=api"
        },
        {
            "id": "581f2566-4c39-43cc-9e1e-42b1f70ec1c9",
            "gambit_id": "7fcffe1a-35fd-40d5-bfcb-d32920216d17",
            "last_updated": "2022-09-12T11:07:22.070575-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1284189-88ef-4fb7-916b-6c7c47e544e0/?format=api"
        }
    ]
}