GET /api/bet_types/312693fb-a7e2-45f3-880c-984e36f0d7d9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "312693fb-a7e2-45f3-880c-984e36f0d7d9",
    "match": "https://api-prod.gambitprofit.com/api/matches/911fe0d2-1135-4bd5-9de8-ed6896fde391/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-20T11:13:04.403100-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 36",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 36",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0be1e2d3-48d2-412c-ae9b-fb3f86aebcef",
            "gambit_id": "46dfa127-9cdd-42ab-bb6c-dc74af2d17cd",
            "last_updated": "2023-12-26T20:13:06.785437-05:00",
            "created_at": "2023-12-20T11:13:04.407301-05:00",
            "name": "Game Total Over 36",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "36.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/312693fb-a7e2-45f3-880c-984e36f0d7d9/?format=api"
        },
        {
            "id": "b41569a8-9e83-4c1c-a998-65f37a996fcf",
            "gambit_id": "9a97449b-6159-4700-bbc5-7a750f7b7848",
            "last_updated": "2023-12-26T20:13:06.789059-05:00",
            "created_at": "2023-12-20T11:13:04.411359-05:00",
            "name": "Game Total Under 36",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "36.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/312693fb-a7e2-45f3-880c-984e36f0d7d9/?format=api"
        }
    ]
}