GET /api/bet_types/b52e8f91-77d9-4223-bf49-4fa543aa321d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b52e8f91-77d9-4223-bf49-4fa543aa321d",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a7eaf46-5fc2-4f84-a3de-248d5c870a61/?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": "Western Kentucky",
                "amount": 5000.0
            },
            {
                "team": "UTSA",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "87bcd11e-35b7-414d-b4e1-4a1d3b9758f9",
            "gambit_id": "879bb3ec-29df-4a31-8075-687b52114734",
            "last_updated": "2022-10-11T11:22:03.145354-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Western Kentucky",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b52e8f91-77d9-4223-bf49-4fa543aa321d/?format=api"
        },
        {
            "id": "268a18e0-76f0-406d-ad6a-5436ffc92f6f",
            "gambit_id": "a92b7dbe-2014-4e6d-8b07-891988689eb0",
            "last_updated": "2022-10-11T11:22:03.144383-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UTSA",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b52e8f91-77d9-4223-bf49-4fa543aa321d/?format=api"
        }
    ]
}