GET /api/bet_types/2cb9b768-7a43-4998-a580-c6b796110051/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2cb9b768-7a43-4998-a580-c6b796110051",
    "match": "https://api-prod.gambitprofit.com/api/matches/5de61d5e-52d7-4be0-8dd3-e4ebe7ce18f4/?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": "LOS (C Kershaw)",
                "amount": 7458.0
            },
            {
                "team": "COL (C Kuhl)",
                "amount": 2542.0
            }
        ],
        "expected_reward_tokens": 9098.76,
        "profit_sb": 98.76,
        "profit_sb_percentage": 1.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "e8949aac-24a0-4c2b-b97d-0dfdba838782",
            "gambit_id": "3b2c1c85-4004-43fa-88d5-709e9d9cb378",
            "last_updated": "2022-10-02T15:17:08.492288-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS (C Kershaw)",
            "reward": "1.22000",
            "odds": "1.25320",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cb9b768-7a43-4998-a580-c6b796110051/?format=api"
        },
        {
            "id": "b33ab848-e5c3-4fc2-9eff-d511fc69a13f",
            "gambit_id": "4a178842-229f-4a90-b68d-40f51ebd78ef",
            "last_updated": "2022-10-02T15:17:08.491298-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL (C Kuhl)",
            "reward": "3.58000",
            "odds": "3.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cb9b768-7a43-4998-a580-c6b796110051/?format=api"
        }
    ]
}