GET /api/bet_types/2590c7ef-d8d9-43d8-856d-1e291064f4b4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2590c7ef-d8d9-43d8-856d-1e291064f4b4",
    "match": "https://api-prod.gambitprofit.com/api/matches/2015c173-e870-4a03-9600-261b3ebd5235/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-18T09:53:18.594632-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": "Florida Panthers",
                "amount": 5319.0
            },
            {
                "team": "Calgary Flames",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "9d4ab437-a727-4c40-b9b1-e454fc5fef28",
            "gambit_id": "cd1c1c37-00b1-4ea5-a5b4-451281dd3bc5",
            "last_updated": "2023-12-19T21:03:16.964406-05:00",
            "created_at": "2023-12-18T09:53:18.598733-05:00",
            "name": "Florida Panthers",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2590c7ef-d8d9-43d8-856d-1e291064f4b4/?format=api"
        },
        {
            "id": "9d525330-0657-45a6-8561-a14b3ca6e0c3",
            "gambit_id": "76e2491a-93da-43de-b846-b2f8da2d39f6",
            "last_updated": "2023-12-19T21:03:16.968117-05:00",
            "created_at": "2023-12-18T09:53:18.602846-05:00",
            "name": "Calgary Flames",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2590c7ef-d8d9-43d8-856d-1e291064f4b4/?format=api"
        }
    ]
}