GET /api/bet_types/632ebcea-5727-4e71-8cf8-108764693d3e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "632ebcea-5727-4e71-8cf8-108764693d3e",
    "match": "https://api-prod.gambitprofit.com/api/matches/3046dc42-7fff-43d9-8941-48a10bf02e01/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-25T09:18:02.269383-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": "New Orleans Pelicans",
                "amount": 5000.0
            },
            {
                "team": "Utah Jazz",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "735bb31c-c5e0-4c63-bf4a-696d9e1b173f",
            "gambit_id": "41405e2d-c770-40ab-abcd-f9439f36261a",
            "last_updated": "2023-11-27T10:23:24.172654-05:00",
            "created_at": "2023-11-25T09:18:02.273758-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/632ebcea-5727-4e71-8cf8-108764693d3e/?format=api"
        },
        {
            "id": "1d4bbfed-2737-4057-81b7-8f4bfe1fdd52",
            "gambit_id": "c4c95093-40b0-48f1-a919-436661bc0c40",
            "last_updated": "2023-11-27T10:23:24.176138-05:00",
            "created_at": "2023-11-25T09:18:02.278495-05:00",
            "name": "Utah Jazz",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/632ebcea-5727-4e71-8cf8-108764693d3e/?format=api"
        }
    ]
}