GET /api/bet_types/8126ea18-5f5a-4e27-9253-356432be984f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8126ea18-5f5a-4e27-9253-356432be984f",
    "match": "https://api-prod.gambitprofit.com/api/matches/a7095419-d83a-4b8f-8b42-b9db41801998/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-05T08:43:17.457291-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": "Cleveland Cavaliers",
                "amount": 5094.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "b81fe5ea-ff4f-4d23-ab3e-c917bafb7c62",
            "gambit_id": "c0cdc23c-f78d-472a-8c64-fbd9d05af2ee",
            "last_updated": "2023-11-06T21:33:18.073058-05:00",
            "created_at": "2023-11-05T08:43:17.471288-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8126ea18-5f5a-4e27-9253-356432be984f/?format=api"
        },
        {
            "id": "09ece242-ed45-4474-9400-0b01f5a08877",
            "gambit_id": "d62c7ceb-15f4-49d8-83bb-77c8792b8746",
            "last_updated": "2023-11-06T21:33:18.069460-05:00",
            "created_at": "2023-11-05T08:43:17.463423-05:00",
            "name": "Golden State Warriors",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8126ea18-5f5a-4e27-9253-356432be984f/?format=api"
        }
    ]
}