GET /api/bet_types/766fc798-533f-4f7e-978a-59140aef990d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "766fc798-533f-4f7e-978a-59140aef990d",
    "match": "https://api-prod.gambitprofit.com/api/matches/cf482d51-4e54-4d38-8b04-e8852f21fd21/?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": "Nebraska",
                "amount": 5000.0
            },
            {
                "team": "Purdue",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "03ebb113-6fbb-44cc-972d-f268103ddd79",
            "gambit_id": "6c7a880d-52f8-43b7-b098-75ce9a17bb1d",
            "last_updated": "2022-10-17T09:56:52.233507-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nebraska",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/766fc798-533f-4f7e-978a-59140aef990d/?format=api"
        },
        {
            "id": "1d629d77-e082-41de-a207-d6df0b7b27a8",
            "gambit_id": "60fd21b0-fb5b-48e6-8d2f-4e419fdebf56",
            "last_updated": "2022-10-17T09:56:52.232482-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Purdue",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/766fc798-533f-4f7e-978a-59140aef990d/?format=api"
        }
    ]
}