GET /api/bet_types/535da501-b784-4d18-8930-d0a25efb3352/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "535da501-b784-4d18-8930-d0a25efb3352",
    "match": "https://api-prod.gambitprofit.com/api/matches/500dab18-ef84-458c-91d0-840bf8836dc6/?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 Under 8.5",
                "amount": 5110.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9095.4,
        "profit_sb": 95.4,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "4d50f0f2-ec58-48a2-947a-fb3c9292a2e1",
            "gambit_id": "71bd5746-f8e5-4b91-af28-d64e05ee5369",
            "last_updated": "2022-08-23T09:36:58.692422-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/535da501-b784-4d18-8930-d0a25efb3352/?format=api"
        },
        {
            "id": "3cbe654b-02fe-49dc-84a6-50e011ecbab1",
            "gambit_id": "4985b007-fe99-4b23-a059-aee2a6c3e61b",
            "last_updated": "2022-08-23T09:36:58.693002-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.86000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/535da501-b784-4d18-8930-d0a25efb3352/?format=api"
        }
    ]
}