GET /api/bet_types/84e92a5e-dc4b-42c9-90c9-4a5cb651aaca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "84e92a5e-dc4b-42c9-90c9-4a5cb651aaca",
    "match": "https://api-prod.gambitprofit.com/api/matches/7d939a7e-3720-4b31-9413-0eda15614141/?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": "Oklahoma City Thunder",
                "amount": 5000.0
            },
            {
                "team": "Washington Wizards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "36170499-65b8-47ee-b806-59d0c4c6a460",
            "gambit_id": "cf9cf2fe-3c2f-4638-8a81-29add2ca987a",
            "last_updated": "2022-11-17T11:07:58.621474-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84e92a5e-dc4b-42c9-90c9-4a5cb651aaca/?format=api"
        },
        {
            "id": "ad360ec3-696b-4867-994d-16c8b906e9cc",
            "gambit_id": "89d49eaa-6a3f-4d19-adc3-38e6c41fe4a5",
            "last_updated": "2022-11-17T11:07:58.620366-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84e92a5e-dc4b-42c9-90c9-4a5cb651aaca/?format=api"
        }
    ]
}