GET /api/bet_types/b08baace-a3c9-4de9-8862-fc35bdb3fc41/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b08baace-a3c9-4de9-8862-fc35bdb3fc41",
    "match": "https://api-prod.gambitprofit.com/api/matches/9cd3fd1d-c322-4d98-9289-e9ccb28e1cd4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-30T10:43:13.308999-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": "Columbus Blue Jackets",
                "amount": 5512.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "d7af248f-0cbf-4354-86e5-edeed2fcd128",
            "gambit_id": "c0950f3d-b555-47ee-97b9-a07019c9a1a6",
            "last_updated": "2024-01-01T19:53:20.499276-05:00",
            "created_at": "2023-12-30T10:43:13.312492-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b08baace-a3c9-4de9-8862-fc35bdb3fc41/?format=api"
        },
        {
            "id": "c387b34c-7c4f-4bb1-bacb-264ea6421dca",
            "gambit_id": "fb8056f0-c503-4520-a65f-c8fb9b738b8e",
            "last_updated": "2024-01-01T19:53:20.503202-05:00",
            "created_at": "2023-12-30T10:43:13.316968-05:00",
            "name": "Buffalo Sabres",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b08baace-a3c9-4de9-8862-fc35bdb3fc41/?format=api"
        }
    ]
}