GET /api/bet_types/5563f309-accf-41c3-a2fb-ae245d4f5af5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5563f309-accf-41c3-a2fb-ae245d4f5af5",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad3e3117-35d0-46d5-8f18-a10b30cc4097/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-19T08:48:00.410151-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 230.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 230.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5f632499-7a93-4d1c-96fc-9ca4afa79cf4",
            "gambit_id": "f31c0ba4-d418-454d-b1bf-ee70de9b923a",
            "last_updated": "2023-12-21T10:38:21.719693-05:00",
            "created_at": "2023-12-19T08:48:00.420386-05:00",
            "name": "Game Total Over 230.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "230.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5563f309-accf-41c3-a2fb-ae245d4f5af5/?format=api"
        },
        {
            "id": "1861f798-512d-450f-9a63-81401a0cc0e9",
            "gambit_id": "1bee3723-d208-4817-b232-a0a36f9e360e",
            "last_updated": "2023-12-21T10:38:21.726195-05:00",
            "created_at": "2023-12-19T08:48:00.415301-05:00",
            "name": "Game Total Under 230.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "230.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5563f309-accf-41c3-a2fb-ae245d4f5af5/?format=api"
        }
    ]
}