GET /api/bet_types/a03e6aa5-2dcc-42b6-9e01-734ef9d53785/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a03e6aa5-2dcc-42b6-9e01-734ef9d53785",
    "match": "https://api-prod.gambitprofit.com/api/matches/48563f93-62cc-447e-8216-3437ae658b64/?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": "Utah Jazz",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "e80cb7e8-1891-45b7-9d3a-776039a9ce04",
            "gambit_id": "8117efe8-2ffb-403b-bac0-a3d33dcdc410",
            "last_updated": "2022-11-16T09:42:22.867599-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah Jazz",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a03e6aa5-2dcc-42b6-9e01-734ef9d53785/?format=api"
        },
        {
            "id": "ae0c9e8d-c52d-458d-a909-635aa0b8886a",
            "gambit_id": "37991e0d-ecbd-408c-b200-5f78bfd601b4",
            "last_updated": "2022-11-16T09:42:22.866547-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Knicks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a03e6aa5-2dcc-42b6-9e01-734ef9d53785/?format=api"
        }
    ]
}