GET /api/bet_types/a2e35fd6-72d3-40be-bb8d-81ec99ad07c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a2e35fd6-72d3-40be-bb8d-81ec99ad07c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/1e2bff18-eb0d-40a0-b439-5a7685977ba4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-24T09:08:01.404554-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": "Ottawa Senators",
                "amount": 5512.0
            },
            {
                "team": "New York Islanders",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "1fc140d2-6df7-4e5a-a4ad-d8ccb6d3b4a2",
            "gambit_id": "b29ebfa9-bc2b-4f42-b883-b1ef9cd40636",
            "last_updated": "2023-11-27T09:53:22.996578-05:00",
            "created_at": "2023-11-24T09:08:01.416005-05:00",
            "name": "Ottawa Senators",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2e35fd6-72d3-40be-bb8d-81ec99ad07c0/?format=api"
        },
        {
            "id": "fbf1f2b7-6fbd-4f5a-80f7-812aaedded43",
            "gambit_id": "76219032-09bb-4831-85e9-1b172b8b37be",
            "last_updated": "2023-11-27T09:53:22.993153-05:00",
            "created_at": "2023-11-24T09:08:01.410141-05:00",
            "name": "New York Islanders",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2e35fd6-72d3-40be-bb8d-81ec99ad07c0/?format=api"
        }
    ]
}