GET /api/bet_types/fd2d8ba1-d3f4-4e01-8362-82f8c6b90d75/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd2d8ba1-d3f4-4e01-8362-82f8c6b90d75",
    "match": "https://api-prod.gambitprofit.com/api/matches/39249fcb-1409-4f47-90b3-31cca6c6d820/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-20T09:48:09.191757-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": "Denver Nuggets",
                "amount": 5000.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "250a79b9-863a-4f41-a0da-21bf7cc1a6e5",
            "gambit_id": "9e0f5a32-d156-4be1-854e-ee35ee16162c",
            "last_updated": "2023-11-21T14:23:22.378571-05:00",
            "created_at": "2023-11-20T09:48:09.195884-05:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd2d8ba1-d3f4-4e01-8362-82f8c6b90d75/?format=api"
        },
        {
            "id": "e1ad1c86-c75a-41a5-a1ba-61e64e56000e",
            "gambit_id": "eb193fb9-fb75-47da-88fc-21135031a5b4",
            "last_updated": "2023-11-21T14:23:22.381831-05:00",
            "created_at": "2023-11-20T09:48:09.199988-05:00",
            "name": "Detroit Pistons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd2d8ba1-d3f4-4e01-8362-82f8c6b90d75/?format=api"
        }
    ]
}