GET /api/bet_types/abb54476-0caf-492d-b23a-d5f9d0277f9a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "abb54476-0caf-492d-b23a-d5f9d0277f9a",
    "match": "https://api-prod.gambitprofit.com/api/matches/722f48fd-9367-4520-8e4a-cde64dee0d9f/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "dff58670-b96b-49bd-ad3d-6e57fed184ba",
            "gambit_id": "09dd5053-0eea-4d99-95ba-9623d584b33e",
            "last_updated": "2022-12-19T13:26:51.512942-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abb54476-0caf-492d-b23a-d5f9d0277f9a/?format=api"
        },
        {
            "id": "116e812b-d705-46fb-9b64-efe9abe9491a",
            "gambit_id": "3e3f2eb6-ac37-43c8-92c5-5792062021fe",
            "last_updated": "2022-12-19T13:26:51.511856-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Raptors",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abb54476-0caf-492d-b23a-d5f9d0277f9a/?format=api"
        }
    ]
}