GET /api/bet_types/3997bc65-2a60-4cec-8139-2dd10c146e38/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3997bc65-2a60-4cec-8139-2dd10c146e38",
    "match": "https://api-prod.gambitprofit.com/api/matches/983829c0-1e03-49bc-95b5-10f1b1f134d3/?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": "Detroit Pistons",
                "amount": 5097.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "a1c1d9b8-c228-4f2f-813e-3557cb5cd2cc",
            "gambit_id": "189e0ade-1e2b-4c32-ac2d-10726f9926b4",
            "last_updated": "2022-12-05T15:47:15.958023-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3997bc65-2a60-4cec-8139-2dd10c146e38/?format=api"
        },
        {
            "id": "5e46deb7-cc3d-482e-ae55-2e172a2a6531",
            "gambit_id": "c6086c89-449b-4546-9276-4651e72872ee",
            "last_updated": "2022-12-05T15:47:15.958985-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3997bc65-2a60-4cec-8139-2dd10c146e38/?format=api"
        }
    ]
}