GET /api/bet_types/e2b12c2f-ee8d-4f1d-9e60-70e91f306f18/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e2b12c2f-ee8d-4f1d-9e60-70e91f306f18",
    "match": "https://api-prod.gambitprofit.com/api/matches/930d7d50-c026-40bc-b94b-9c7ac11de577/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-26T09:43:14.253636-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": "Edmonton Oilers",
                "amount": 7158.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 2842.0
            }
        ],
        "expected_reward_tokens": 9520.14,
        "profit_sb": 20.14,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "e01bc87a-b795-4566-a0e2-bdcb2ebabff7",
            "gambit_id": "327aa6d1-f322-4508-b22f-ccd35eea6a8a",
            "last_updated": "2023-11-27T20:03:07.486098-05:00",
            "created_at": "2023-11-26T09:43:14.263713-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.33000",
            "odds": "1.34480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2b12c2f-ee8d-4f1d-9e60-70e91f306f18/?format=api"
        },
        {
            "id": "aca09407-4a16-4549-a71f-ec27e0c9e6c1",
            "gambit_id": "cfb76dc6-cd8f-41f1-8d36-6cbb15bf70e5",
            "last_updated": "2023-11-27T20:03:07.482719-05:00",
            "created_at": "2023-11-26T09:43:14.257548-05:00",
            "name": "Anaheim Ducks",
            "reward": "3.35000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2b12c2f-ee8d-4f1d-9e60-70e91f306f18/?format=api"
        }
    ]
}