GET /api/bet_types/8aba1b3c-40fd-49b6-bb63-3030946aa979/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8aba1b3c-40fd-49b6-bb63-3030946aa979",
    "match": "https://api-prod.gambitprofit.com/api/matches/0fcaf326-c9cb-46d8-996a-b62d19ee18d6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-20T09:16:48.947878-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": "New York Islanders",
                "amount": 6563.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 3437.0
            }
        ],
        "expected_reward_tokens": 9450.72,
        "profit_sb": -49.28,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "1ef016ea-0762-41a7-a9ed-279c7bf2696e",
            "gambit_id": "27afe65b-a94d-44b8-a63b-eff53f506e8e",
            "last_updated": "2023-02-21T09:31:48.547845-05:00",
            "created_at": "2023-02-20T09:16:48.950496-05:00",
            "name": "New York Islanders",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8aba1b3c-40fd-49b6-bb63-3030946aa979/?format=api"
        },
        {
            "id": "5e80fb9b-7397-4ca3-83e9-fc3ffbf584cd",
            "gambit_id": "d8cf2271-2473-4570-ae3f-7224081d0fdd",
            "last_updated": "2023-02-21T09:31:48.546717-05:00",
            "created_at": "2023-02-20T09:16:48.949135-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.75000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8aba1b3c-40fd-49b6-bb63-3030946aa979/?format=api"
        }
    ]
}