GET /api/bet_types/f6bd20ec-78cd-41f0-aa93-420669e3ea45/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f6bd20ec-78cd-41f0-aa93-420669e3ea45",
    "match": "https://api-prod.gambitprofit.com/api/matches/b3f2f3b9-1724-4d95-9656-3072b863287c/?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 64",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 64",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "fb4deda0-6691-4fcc-8510-2204fd245bfa",
            "gambit_id": "78ee9e67-ee00-44d6-b65f-064cf2993978",
            "last_updated": "2022-09-11T11:07:06.441039-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 64",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "64.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6bd20ec-78cd-41f0-aa93-420669e3ea45/?format=api"
        },
        {
            "id": "7dcb0888-c2a3-42ef-9d66-8a8a40b76695",
            "gambit_id": "9a283d5c-aec8-475a-b01d-71603bd4310f",
            "last_updated": "2022-09-11T11:07:06.442022-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 64",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "64.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6bd20ec-78cd-41f0-aa93-420669e3ea45/?format=api"
        }
    ]
}