GET /api/bet_types/f188968f-896e-4748-930c-f7e3d73a43bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f188968f-896e-4748-930c-f7e3d73a43bf",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b18eb66-6e21-4dbd-990f-c3570c181818/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-16T09:52:12.451711-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": "Pittsburgh Penguins",
                "amount": 5292.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 4708.0
            }
        ],
        "expected_reward_tokens": 8943.48,
        "profit_sb": -56.52,
        "profit_sb_percentage": -0.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "bb6e4ae4-5139-4c0a-8f05-2d73df7b0dfc",
            "gambit_id": "324822e6-9139-4fd0-906d-165bf42efb2f",
            "last_updated": "2023-01-17T11:22:13.839905-05:00",
            "created_at": "2023-01-16T09:52:12.454710-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.69000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f188968f-896e-4748-930c-f7e3d73a43bf/?format=api"
        },
        {
            "id": "0ede8532-f8fd-4572-bd40-45135d68c84c",
            "gambit_id": "e1c87706-f9ba-4018-adaf-b5bc4964e1fe",
            "last_updated": "2023-01-17T11:22:13.841030-05:00",
            "created_at": "2023-01-16T09:52:12.457886-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.90000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f188968f-896e-4748-930c-f7e3d73a43bf/?format=api"
        }
    ]
}