GET /api/bet_types/13b800e6-32d2-45fd-a797-88de89628c63/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "13b800e6-32d2-45fd-a797-88de89628c63",
    "match": "https://api-prod.gambitprofit.com/api/matches/e6e21613-377c-42d7-9530-cf87ac71732c/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": 6326.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 3674.0
            }
        ],
        "expected_reward_tokens": 9552.26,
        "profit_sb": 52.26,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "197ea6f6-24ca-47ca-99e7-2759bc32618e",
            "gambit_id": "2ecee0f0-0219-4e2d-804a-098ce036fbfc",
            "last_updated": "2022-10-21T21:02:24.974948-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13b800e6-32d2-45fd-a797-88de89628c63/?format=api"
        },
        {
            "id": "0b4e838f-e40e-4f11-b157-bbbd7ea94a6f",
            "gambit_id": "3c16b5e0-94d8-4af1-922e-2b24d737f1a1",
            "last_updated": "2022-10-21T21:02:24.975918-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.60000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13b800e6-32d2-45fd-a797-88de89628c63/?format=api"
        }
    ]
}