GET /api/bet_types/7c2c6c44-ba78-46a0-9166-cb3634083b6a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c2c6c44-ba78-46a0-9166-cb3634083b6a",
    "match": "https://api-prod.gambitprofit.com/api/matches/c224db01-dc54-4b7e-a5e9-40df631de5c3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-29T09:58:08.836090-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": "Washington Capitals",
                "amount": 6390.0
            },
            {
                "team": "New York Islanders",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "2bf52f6f-52ae-4840-ad18-968d7ce833a5",
            "gambit_id": "71cc2879-6545-402b-9c48-2af50a57c46b",
            "last_updated": "2024-01-01T13:18:20.190370-05:00",
            "created_at": "2023-12-29T09:58:08.844401-05:00",
            "name": "Washington Capitals",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c2c6c44-ba78-46a0-9166-cb3634083b6a/?format=api"
        },
        {
            "id": "5ce68c68-746e-4bf4-92f2-af372b4074be",
            "gambit_id": "0a80616d-6e05-4f4a-ac84-9952b14e69fc",
            "last_updated": "2024-01-01T13:18:20.184480-05:00",
            "created_at": "2023-12-29T09:58:08.840233-05:00",
            "name": "New York Islanders",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c2c6c44-ba78-46a0-9166-cb3634083b6a/?format=api"
        }
    ]
}