GET /api/bet_types/38ae8790-51de-4c1d-adb3-233b3ca30bdb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "38ae8790-51de-4c1d-adb3-233b3ca30bdb",
    "match": "https://api-prod.gambitprofit.com/api/matches/d58e5424-f21b-470f-82d4-ae27545b74b1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-31T09:58:19.220886-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": "Los Angeles Clippers",
                "amount": 7820.0
            },
            {
                "team": "Washington Wizards",
                "amount": 2180.0
            }
        ],
        "expected_reward_tokens": 9461.2,
        "profit_sb": -38.8,
        "profit_sb_percentage": -0.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "c7de29c0-4122-4b05-9af3-d1aae83179ba",
            "gambit_id": "6255da39-6a26-47b8-b209-0441b929bb72",
            "last_updated": "2024-02-01T10:48:00.427258-05:00",
            "created_at": "2024-01-31T09:58:19.224883-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.21000",
            "odds": "1.22220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38ae8790-51de-4c1d-adb3-233b3ca30bdb/?format=api"
        },
        {
            "id": "cdb78ba2-b274-4930-aeab-52619ee261cc",
            "gambit_id": "1dd3b289-3f7b-4460-8724-79857f1ac2bb",
            "last_updated": "2024-02-01T10:48:00.430591-05:00",
            "created_at": "2024-01-31T09:58:19.228604-05:00",
            "name": "Washington Wizards",
            "reward": "4.34000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38ae8790-51de-4c1d-adb3-233b3ca30bdb/?format=api"
        }
    ]
}