GET /api/bet_types/2335636d-0ae5-4b71-8fe5-97c484dc3b81/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2335636d-0ae5-4b71-8fe5-97c484dc3b81",
    "match": "https://api-prod.gambitprofit.com/api/matches/4af3fb8f-d76e-4a03-a56d-fa33a7b0dc59/?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": "Arizona Coyotes",
                "amount": 5974.0
            },
            {
                "team": "New York Islanders",
                "amount": 4026.0
            }
        ],
        "expected_reward_tokens": 9139.02,
        "profit_sb": 139.02,
        "profit_sb_percentage": 1.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "3f802d5e-7e52-4de3-95be-40c7f74ae156",
            "gambit_id": "e4ffdf8d-849f-425b-941a-bd7deedbe89b",
            "last_updated": "2022-12-17T19:42:24.559895-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.53000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2335636d-0ae5-4b71-8fe5-97c484dc3b81/?format=api"
        },
        {
            "id": "3d9de6d5-3ae3-4a43-8fb0-a40dddefed38",
            "gambit_id": "dbfb5346-6cfe-4dd0-84df-608073186b6b",
            "last_updated": "2022-12-17T19:42:24.561132-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Islanders",
            "reward": "2.27000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2335636d-0ae5-4b71-8fe5-97c484dc3b81/?format=api"
        }
    ]
}