GET /api/bet_types/01651db6-2274-4c76-b050-dc06490ce59a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "01651db6-2274-4c76-b050-dc06490ce59a",
    "match": "https://api-prod.gambitprofit.com/api/matches/f657529a-7ed0-4c6e-91f1-aa57ba3a0111/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-27T08:57:17.916617-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": "Golden State Warriors",
                "amount": 5000.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "17e584aa-c0ab-4b17-af41-eb59e496851e",
            "gambit_id": "373a568d-7db6-463a-91f8-65637f2f5b2f",
            "last_updated": "2023-01-28T19:17:09.499871-05:00",
            "created_at": "2023-01-27T08:57:17.917789-05:00",
            "name": "Golden State Warriors",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01651db6-2274-4c76-b050-dc06490ce59a/?format=api"
        },
        {
            "id": "88a3e53e-3edc-4e1a-8a9f-bbd2f128f701",
            "gambit_id": "b9b1b6e1-8ae1-4754-a810-8ac9b94f9930",
            "last_updated": "2023-01-28T19:17:09.501017-05:00",
            "created_at": "2023-01-27T08:57:17.919107-05:00",
            "name": "Toronto Raptors",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01651db6-2274-4c76-b050-dc06490ce59a/?format=api"
        }
    ]
}