GET /api/bet_types/fe8cef36-2a38-459b-95ce-e31b9c48a5b4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fe8cef36-2a38-459b-95ce-e31b9c48a5b4",
    "match": "https://api-prod.gambitprofit.com/api/matches/516cb75c-2b74-4e2d-8063-744fafaec77b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-21T09:13:07.065419-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": "Calgary Flames",
                "amount": 6390.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "26949f17-4924-42c9-8f88-9ee31b17a117",
            "gambit_id": "291da3af-1107-4cf1-b702-8f5ce37803d8",
            "last_updated": "2023-12-23T14:53:21.158160-05:00",
            "created_at": "2023-12-21T09:13:07.068837-05:00",
            "name": "Calgary Flames",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe8cef36-2a38-459b-95ce-e31b9c48a5b4/?format=api"
        },
        {
            "id": "9e392738-19dd-4170-b207-4b2aa8ac6ffe",
            "gambit_id": "56f3c067-2268-48dc-aa8e-a6f284e3864c",
            "last_updated": "2023-12-23T14:53:21.161562-05:00",
            "created_at": "2023-12-21T09:13:07.072769-05:00",
            "name": "Anaheim Ducks",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe8cef36-2a38-459b-95ce-e31b9c48a5b4/?format=api"
        }
    ]
}