GET /api/bet_types/d286ed88-ec35-4bff-a79e-b22f62487950/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d286ed88-ec35-4bff-a79e-b22f62487950",
    "match": "https://api-prod.gambitprofit.com/api/matches/138717bc-189a-4661-8ceb-a4c0db90021b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-15T09:18:13.531704-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": "Chicago Bulls",
                "amount": 5423.0
            },
            {
                "team": "Orlando Magic",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "02f6a049-0dfa-4075-a14b-5146f56dc715",
            "gambit_id": "e9f26816-7079-48b3-bdaa-81ce6b5c59bd",
            "last_updated": "2023-11-17T09:28:24.672104-05:00",
            "created_at": "2023-11-15T09:18:13.541616-05:00",
            "name": "Chicago Bulls",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d286ed88-ec35-4bff-a79e-b22f62487950/?format=api"
        },
        {
            "id": "33a70e8a-2d60-485b-b6a5-796915a2a041",
            "gambit_id": "6711bcf4-ad2d-4974-9380-d18040eda0ec",
            "last_updated": "2023-11-17T09:28:24.668779-05:00",
            "created_at": "2023-11-15T09:18:13.535845-05:00",
            "name": "Orlando Magic",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d286ed88-ec35-4bff-a79e-b22f62487950/?format=api"
        }
    ]
}