GET /api/bet_types/e1f1f27b-9075-40f3-9033-878a36fb1596/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e1f1f27b-9075-40f3-9033-878a36fb1596",
    "match": "https://api-prod.gambitprofit.com/api/matches/88609fe1-b198-4156-8a10-1b7f19df9b55/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-24T09:13:15.481358-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": "Buffalo Sabres",
                "amount": 5857.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "4e528121-a4fb-4b53-9222-311cc7399b8a",
            "gambit_id": "5b4fcf9d-28df-4200-b39e-7320620769d2",
            "last_updated": "2024-01-26T13:13:08.166229-05:00",
            "created_at": "2024-01-24T09:13:15.485061-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1f1f27b-9075-40f3-9033-878a36fb1596/?format=api"
        },
        {
            "id": "d378b98f-f1bb-4326-bc96-e576a682e796",
            "gambit_id": "5cf06cab-f9f6-475f-840c-203d9ccf911c",
            "last_updated": "2024-01-26T13:13:08.169889-05:00",
            "created_at": "2024-01-24T09:13:15.489686-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1f1f27b-9075-40f3-9033-878a36fb1596/?format=api"
        }
    ]
}