GET /api/bet_types/260eb08d-8716-4039-9809-a112da20aa9e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "260eb08d-8716-4039-9809-a112da20aa9e",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c774937-2a10-48c4-8783-d16e74ea8748/?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": "CWS",
                "amount": 6538.0
            },
            {
                "team": "SDG",
                "amount": 3462.0
            }
        ],
        "expected_reward_tokens": 9347.4,
        "profit_sb": -152.6,
        "profit_sb_percentage": -1.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "1b2fcac1-ff4c-4439-9028-1b90cb858710",
            "gambit_id": "561e0843-c68e-4cbe-b6ba-08486271d008",
            "last_updated": "2022-10-02T15:17:30.744049-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/260eb08d-8716-4039-9809-a112da20aa9e/?format=api"
        },
        {
            "id": "9e17db3d-6cb0-4a24-a138-5b484478fe9b",
            "gambit_id": "cd0bd801-4bc5-4310-90ce-a0f5935d7ea3",
            "last_updated": "2022-10-02T15:17:30.742924-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "2.70000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/260eb08d-8716-4039-9809-a112da20aa9e/?format=api"
        }
    ]
}