GET /api/bet_types/792da20e-dc01-4495-84cf-25ec162e34f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "792da20e-dc01-4495-84cf-25ec162e34f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/fd55dd8d-e666-490a-a9e3-aa919d7efbee/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-19T10:03:04.598144-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 235.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 235.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f1715768-dbe4-4ad8-acb5-cfaaae53af4f",
            "gambit_id": "01446586-97ba-44ba-81b2-0a1bcafc694f",
            "last_updated": "2023-11-20T15:43:03.555104-05:00",
            "created_at": "2023-11-19T10:03:04.601960-05:00",
            "name": "Game Total Over 235.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "235.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/792da20e-dc01-4495-84cf-25ec162e34f0/?format=api"
        },
        {
            "id": "05a52a7e-4bf7-49a3-8a11-d9b0bcbaa0d5",
            "gambit_id": "412d480b-274f-47f8-8082-688f33d26851",
            "last_updated": "2023-11-20T15:43:03.573372-05:00",
            "created_at": "2023-11-19T10:03:04.605905-05:00",
            "name": "Game Total Under 235.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "235.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/792da20e-dc01-4495-84cf-25ec162e34f0/?format=api"
        }
    ]
}