GET /api/bet_types/f0c6872a-27ff-4765-80d0-f8b539bd0cfb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f0c6872a-27ff-4765-80d0-f8b539bd0cfb",
    "match": "https://api-prod.gambitprofit.com/api/matches/b12d11c6-6700-4d54-bcfa-1b565a57bd71/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-04T09:32:16.752824-04: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": "Houston Rockets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2f3795a0-afc7-475d-b2c3-ff3bf442083a",
            "gambit_id": "1b75396a-131a-4189-9cf4-b85ebb111c1c",
            "last_updated": "2023-04-05T17:37:10.850469-04:00",
            "created_at": "2023-04-04T09:32:16.755413-04:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0c6872a-27ff-4765-80d0-f8b539bd0cfb/?format=api"
        },
        {
            "id": "9141de7a-ecce-459e-becd-61d9d83345cc",
            "gambit_id": "3ee4b5d1-143a-4d92-92da-c083978e10ed",
            "last_updated": "2023-04-05T17:37:10.848865-04:00",
            "created_at": "2023-04-04T09:32:16.754086-04:00",
            "name": "Houston Rockets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0c6872a-27ff-4765-80d0-f8b539bd0cfb/?format=api"
        }
    ]
}