GET /api/bet_types/aa3f9d9e-98b3-4707-93f8-028d635beea5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aa3f9d9e-98b3-4707-93f8-028d635beea5",
    "match": "https://api-prod.gambitprofit.com/api/matches/d60170c8-5ce9-4300-ab74-92ea040b399a/?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 227.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 227.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "03564d5d-fc1b-4ac1-bf0b-5c6a2e193990",
            "gambit_id": "cba31cbb-656b-47f5-86a6-d3afc0aca4e5",
            "last_updated": "2022-12-13T10:02:35.214107-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 227.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa3f9d9e-98b3-4707-93f8-028d635beea5/?format=api"
        },
        {
            "id": "a83adbef-e83e-4c56-8389-1939d551731e",
            "gambit_id": "59d6ea9a-d5bf-4c24-b150-6fb2b8418b6a",
            "last_updated": "2022-12-13T10:02:35.212935-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 227.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa3f9d9e-98b3-4707-93f8-028d635beea5/?format=api"
        }
    ]
}