GET /api/bet_types/22927a37-57ae-4e93-a42c-300aed40201e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "22927a37-57ae-4e93-a42c-300aed40201e",
    "match": "https://api-prod.gambitprofit.com/api/matches/9600edac-b79f-4e84-b0cc-89a2b6c23ab6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-02T09:58:20.370882-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Oklahoma City Thunder",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10700.0,
        "profit_sb": 1200.0,
        "profit_sb_percentage": 12.63,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Oklahoma City Thunder",
                "amount": 8841.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 1159.0
            }
        ],
        "expected_reward_tokens": 9457.44,
        "profit_sb": -42.56,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "4f003b53-3e7f-466a-86a0-8d047d14be8e",
            "gambit_id": "05ca7712-3ecf-40e2-aa12-b379f4dedefb",
            "last_updated": "2024-02-03T10:32:56.585038-05:00",
            "created_at": "2024-02-02T09:58:20.379194-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.07000",
            "odds": "1.07140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22927a37-57ae-4e93-a42c-300aed40201e/?format=api"
        },
        {
            "id": "0c0039f2-f52d-47ec-8627-9b9568344086",
            "gambit_id": "637bedb8-c641-48fa-a987-db7df2c50ad0",
            "last_updated": "2024-02-03T10:32:56.581557-05:00",
            "created_at": "2024-02-02T09:58:20.374673-05:00",
            "name": "Charlotte Hornets",
            "reward": "8.16000",
            "odds": "8.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22927a37-57ae-4e93-a42c-300aed40201e/?format=api"
        }
    ]
}