GET /api/bet_types/edc66f56-76b8-4862-ba22-14169f811a9d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "edc66f56-76b8-4862-ba22-14169f811a9d",
    "match": "https://api-prod.gambitprofit.com/api/matches/b391417e-04fa-44e2-a4a3-6b776d9e4f1d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-04T09:48:05.117570-04: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": "Winnipeg Jets",
                "amount": 5602.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 4398.0
            }
        ],
        "expected_reward_tokens": 9411.36,
        "profit_sb": -88.64,
        "profit_sb_percentage": -0.93,
        "recommended": false
    },
    "lines": [
        {
            "id": "005bf860-6522-461b-989f-862a78dcf317",
            "gambit_id": "4f8d8e2c-adbf-4579-9592-0776a59c01a8",
            "last_updated": "2023-11-06T09:23:28.272179-05:00",
            "created_at": "2023-11-04T09:48:05.121783-04:00",
            "name": "Winnipeg Jets",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edc66f56-76b8-4862-ba22-14169f811a9d/?format=api"
        },
        {
            "id": "91f39852-e353-4784-8621-1b21b6d7cff6",
            "gambit_id": "e028ae64-a434-4dea-9b1d-ad9dbaf8e4b5",
            "last_updated": "2023-11-06T09:23:28.275413-05:00",
            "created_at": "2023-11-04T09:48:05.126125-04:00",
            "name": "Arizona Coyotes",
            "reward": "2.14000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edc66f56-76b8-4862-ba22-14169f811a9d/?format=api"
        }
    ]
}