GET /api/bet_types/37ee6f8a-2cba-4ba8-8235-ce178b8f94b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "37ee6f8a-2cba-4ba8-8235-ce178b8f94b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/e6a0dd45-19fd-4aa6-84f7-28b3ce07c1b5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-07T08:38:25.163896-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": "Anaheim Ducks",
                "amount": 5788.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 4212.0
            }
        ],
        "expected_reward_tokens": 9434.44,
        "profit_sb": -65.56,
        "profit_sb_percentage": -0.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "e910ad33-8ac2-4cdf-a2d6-c1462806a4aa",
            "gambit_id": "18153a19-1a7c-41c5-b039-5c7c531c7ab5",
            "last_updated": "2023-11-08T17:48:19.908742-05:00",
            "created_at": "2023-11-07T08:38:25.174698-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.63000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37ee6f8a-2cba-4ba8-8235-ce178b8f94b1/?format=api"
        },
        {
            "id": "916a9dc7-61ff-495e-9069-7026864795af",
            "gambit_id": "8f773271-1776-43dd-a173-a47a430b69ff",
            "last_updated": "2023-11-08T17:48:19.904699-05:00",
            "created_at": "2023-11-07T08:38:25.169218-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37ee6f8a-2cba-4ba8-8235-ce178b8f94b1/?format=api"
        }
    ]
}