GET /api/bet_types/2bcfe3a0-16d3-41ff-984d-1f0ed125dea4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2bcfe3a0-16d3-41ff-984d-1f0ed125dea4",
    "match": "https://api-prod.gambitprofit.com/api/matches/ec205309-48e5-4fd3-be85-2c32f5845b8a/?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": "Chicago Blackhawks",
                "amount": 5521.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 4479.0
            }
        ],
        "expected_reward_tokens": 9495.48,
        "profit_sb": -4.52,
        "profit_sb_percentage": -0.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "0e1d7e8a-5727-4db4-b332-fc49048c4c50",
            "gambit_id": "39c92e4e-b433-4110-8a32-c724c6952ae5",
            "last_updated": "2022-10-28T09:52:06.856346-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2bcfe3a0-16d3-41ff-984d-1f0ed125dea4/?format=api"
        },
        {
            "id": "e917ca9f-b41a-4906-8d3b-97e388bcb9a9",
            "gambit_id": "515f17a6-0d92-4a94-9263-9565f46693a0",
            "last_updated": "2022-10-28T09:52:06.857341-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2bcfe3a0-16d3-41ff-984d-1f0ed125dea4/?format=api"
        }
    ]
}