GET /api/bet_types/ce937b56-d56a-48fa-bd39-7bb2035e458e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ce937b56-d56a-48fa-bd39-7bb2035e458e",
    "match": "https://api-prod.gambitprofit.com/api/matches/472e5e10-878b-47c6-aaf3-48d1e58d9bd2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-02T09:58:18.639490-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": 8268.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 1732.0
            }
        ],
        "expected_reward_tokens": 9508.2,
        "profit_sb": 8.2,
        "profit_sb_percentage": 0.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "bf80392e-6b6f-4380-8dbd-fa6ca8b73fce",
            "gambit_id": "598720d3-05c1-4a96-ba96-f5c4c3de8f48",
            "last_updated": "2024-02-03T10:37:58.081811-05:00",
            "created_at": "2024-02-02T09:58:18.643886-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.15000",
            "odds": "1.15380",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce937b56-d56a-48fa-bd39-7bb2035e458e/?format=api"
        },
        {
            "id": "3a0b21da-bb62-4331-bf91-8e5c1de06133",
            "gambit_id": "e8a0ada4-af9c-4f65-8873-948861cc4e4a",
            "last_updated": "2024-02-03T10:37:58.085099-05:00",
            "created_at": "2024-02-02T09:58:18.649606-05:00",
            "name": "Detroit Pistons",
            "reward": "5.49000",
            "odds": "5.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce937b56-d56a-48fa-bd39-7bb2035e458e/?format=api"
        }
    ]
}