GET /api/bet_types/9ff3b501-ecfa-4802-87d3-917878482cc7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ff3b501-ecfa-4802-87d3-917878482cc7",
    "match": "https://api-prod.gambitprofit.com/api/matches/6810c711-5122-44a7-a45e-2f911508ece7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-06T09:08:08.305353-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": "Boston Bruins",
                "amount": 6324.0
            },
            {
                "team": "Calgary Flames",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "6ec1f4a9-c812-4755-a249-f205a228d7be",
            "gambit_id": "d377a115-2a2a-4703-8b19-894a2db44f29",
            "last_updated": "2024-02-07T01:53:02.092480-05:00",
            "created_at": "2024-02-06T09:08:08.315194-05:00",
            "name": "Boston Bruins",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ff3b501-ecfa-4802-87d3-917878482cc7/?format=api"
        },
        {
            "id": "38fe34b7-56c2-49ea-98d8-30c62a56e6a3",
            "gambit_id": "352f88ef-0167-4f4b-bd4b-7d439d7de39e",
            "last_updated": "2024-02-07T01:53:02.087576-05:00",
            "created_at": "2024-02-06T09:08:08.310728-05:00",
            "name": "Calgary Flames",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ff3b501-ecfa-4802-87d3-917878482cc7/?format=api"
        }
    ]
}