GET /api/bet_types/851602f7-6318-4d02-bf2e-e7f1b31afda5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "851602f7-6318-4d02-bf2e-e7f1b31afda5",
    "match": "https://api-prod.gambitprofit.com/api/matches/aedefe5c-c78d-4e63-b62f-fc322de9e0e6/?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": "New York Knicks",
                "amount": 5000.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "348fb255-b434-4448-9eea-156835fcd5fa",
            "gambit_id": "6f5bef65-04da-48bf-bea6-47a5b3ec2f12",
            "last_updated": "2022-11-22T09:57:25.374923-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Knicks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/851602f7-6318-4d02-bf2e-e7f1b31afda5/?format=api"
        },
        {
            "id": "0b8154ab-a0e5-4d12-9dbb-ce9f0d1055e7",
            "gambit_id": "8be28d28-3281-4231-9c04-0195475c69b1",
            "last_updated": "2022-11-22T09:57:25.373930-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/851602f7-6318-4d02-bf2e-e7f1b31afda5/?format=api"
        }
    ]
}