GET /api/bet_types/b88ebc91-babe-475d-a4dd-f45bb32c2237/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b88ebc91-babe-475d-a4dd-f45bb32c2237",
    "match": "https://api-prod.gambitprofit.com/api/matches/cdb18dbc-80ea-40ed-8115-8fada40bd6b5/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Air Force",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10400.0,
        "profit_sb": 1400.0,
        "profit_sb_percentage": 15.56,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Air Force",
                "amount": 8956.0
            },
            {
                "team": "Colorado State",
                "amount": 1044.0
            }
        ],
        "expected_reward_tokens": 9312.48,
        "profit_sb": 312.48,
        "profit_sb_percentage": 3.47,
        "recommended": true
    },
    "lines": [
        {
            "id": "30a064e3-a801-43b0-8b4f-67f7eb8e5f0c",
            "gambit_id": "c0585ea7-e8d1-4089-9c67-c7b4f3902cf8",
            "last_updated": "2022-11-21T09:48:54.063435-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Air Force",
            "reward": "1.04000",
            "odds": "1.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b88ebc91-babe-475d-a4dd-f45bb32c2237/?format=api"
        },
        {
            "id": "46564f17-bbff-4c43-b407-ec38cb81bc39",
            "gambit_id": "a960a087-924f-48b4-a6de-0f0d175d9d72",
            "last_updated": "2022-11-21T09:48:54.062281-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado State",
            "reward": "8.92000",
            "odds": "10.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b88ebc91-babe-475d-a4dd-f45bb32c2237/?format=api"
        }
    ]
}