GET /api/bet_types/91dbd52d-95cd-4dcc-86e0-1b15a43e06fa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "91dbd52d-95cd-4dcc-86e0-1b15a43e06fa",
    "match": "https://api-prod.gambitprofit.com/api/matches/b90d48f9-2177-4378-814c-050c322cfe81/?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": "Denver Nuggets",
                "amount": 5000.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "3e8de0bc-8cfe-4b0f-9b0b-441066e10c44",
            "gambit_id": "e2964e9e-5463-4253-8376-9e6d1765a6ed",
            "last_updated": "2022-10-24T10:02:11.230014-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Nuggets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91dbd52d-95cd-4dcc-86e0-1b15a43e06fa/?format=api"
        },
        {
            "id": "b3e39b05-7ca1-4762-bc2c-243947fd5cf6",
            "gambit_id": "bdb489a3-59e4-4616-8e8a-41c65af19796",
            "last_updated": "2022-10-24T10:02:11.230995-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91dbd52d-95cd-4dcc-86e0-1b15a43e06fa/?format=api"
        }
    ]
}