GET /api/bet_types/5b0b84a6-2c91-414e-b79d-a7140dd9dd7e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b0b84a6-2c91-414e-b79d-a7140dd9dd7e",
    "match": "https://api-prod.gambitprofit.com/api/matches/27201cbd-4adf-46be-8a34-ea2966e51655/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-25T09:23:04.224256-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": "New Jersey Devils",
                "amount": 6314.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 3686.0
            }
        ],
        "expected_reward_tokens": 9471.0,
        "profit_sb": -29.0,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "51d4602a-8656-4011-82b1-236fa6d530ba",
            "gambit_id": "dfc3374b-cb07-4c4c-a56e-62f05fd0bee5",
            "last_updated": "2023-11-27T10:18:24.360628-05:00",
            "created_at": "2023-11-25T09:23:04.232833-05:00",
            "name": "New Jersey Devils",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b0b84a6-2c91-414e-b79d-a7140dd9dd7e/?format=api"
        },
        {
            "id": "b4e9dca1-48d0-4fa3-9d03-4d3b9dd50459",
            "gambit_id": "8fd1a67d-b640-4789-8a89-549d764f1337",
            "last_updated": "2023-11-27T10:18:24.357085-05:00",
            "created_at": "2023-11-25T09:23:04.228131-05:00",
            "name": "Buffalo Sabres",
            "reward": "2.57000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b0b84a6-2c91-414e-b79d-a7140dd9dd7e/?format=api"
        }
    ]
}