GET /api/bet_types/1056a3d1-ef66-42c7-ab1e-ff2130d039b0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1056a3d1-ef66-42c7-ab1e-ff2130d039b0",
    "match": "https://api-prod.gambitprofit.com/api/matches/f886ff29-af54-40f3-b76d-9e658947dd92/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-21T09:13:04.487505-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": "Edmonton Oilers",
                "amount": 5107.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "41cdb90d-f6bf-410e-98f4-777e00cd2247",
            "gambit_id": "7630cae9-7171-41a1-b1e8-f5c080705e1b",
            "last_updated": "2023-12-23T14:53:19.726031-05:00",
            "created_at": "2023-12-21T09:13:04.491660-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1056a3d1-ef66-42c7-ab1e-ff2130d039b0/?format=api"
        },
        {
            "id": "a7196fd1-921d-4e9a-b915-ffb148173bc9",
            "gambit_id": "9c5db9ea-202e-42b2-a3e7-b98f54fb7c1a",
            "last_updated": "2023-12-23T14:53:19.729605-05:00",
            "created_at": "2023-12-21T09:13:04.499142-05:00",
            "name": "New Jersey Devils",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1056a3d1-ef66-42c7-ab1e-ff2130d039b0/?format=api"
        }
    ]
}