GET /api/bet_types/360e6581-cf1d-45a9-974d-decd9075f307/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "360e6581-cf1d-45a9-974d-decd9075f307",
    "match": "https://api-prod.gambitprofit.com/api/matches/8a06a75e-a33f-4699-8f82-26a608a563c0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-13T09:17:59.078430-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": "Toronto Raptors",
                "amount": 7382.0
            },
            {
                "team": "Washington Wizards",
                "amount": 2618.0
            }
        ],
        "expected_reward_tokens": 9448.96,
        "profit_sb": -51.04,
        "profit_sb_percentage": -0.54,
        "recommended": false
    },
    "lines": [
        {
            "id": "5e55bfdd-5570-44d2-a139-8630a984026c",
            "gambit_id": "6de03e19-1d68-4cd2-9193-2454538bce66",
            "last_updated": "2023-11-14T10:13:17.653248-05:00",
            "created_at": "2023-11-13T09:17:59.089004-05:00",
            "name": "Toronto Raptors",
            "reward": "1.28000",
            "odds": "1.29410",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/360e6581-cf1d-45a9-974d-decd9075f307/?format=api"
        },
        {
            "id": "17fae004-e958-433f-badb-f383c2e17244",
            "gambit_id": "0ce434d4-d029-4886-aa6f-2c06aa759e35",
            "last_updated": "2023-11-14T10:13:17.645985-05:00",
            "created_at": "2023-11-13T09:17:59.082330-05:00",
            "name": "Washington Wizards",
            "reward": "3.61000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/360e6581-cf1d-45a9-974d-decd9075f307/?format=api"
        }
    ]
}