GET /api/bet_types/21c24e6c-19f4-44a2-808e-7e6f0d6ea0d2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "21c24e6c-19f4-44a2-808e-7e6f0d6ea0d2",
    "match": "https://api-prod.gambitprofit.com/api/matches/5b1c2a88-368c-49db-9cb8-b3339f2776ac/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-22T09:08:18.911693-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 231",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 231",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "058d12d8-722c-4504-bd68-12136347dda5",
            "gambit_id": "f4064420-916c-4a63-8781-fb1f9d80befe",
            "last_updated": "2023-11-23T16:13:03.301950-05:00",
            "created_at": "2023-11-22T09:08:18.915432-05:00",
            "name": "Game Total Over 231",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21c24e6c-19f4-44a2-808e-7e6f0d6ea0d2/?format=api"
        },
        {
            "id": "3976aefe-df9e-43b7-a01e-8fd8d26c3a6f",
            "gambit_id": "6796723e-62d9-4776-811d-0ffca4369057",
            "last_updated": "2023-11-23T16:13:03.305146-05:00",
            "created_at": "2023-11-22T09:08:18.920354-05:00",
            "name": "Game Total Under 231",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21c24e6c-19f4-44a2-808e-7e6f0d6ea0d2/?format=api"
        }
    ]
}