GET /api/bet_types/cc09180d-5d12-4114-93c4-31cd8bb08de7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cc09180d-5d12-4114-93c4-31cd8bb08de7",
    "match": "https://api-prod.gambitprofit.com/api/matches/c87df344-b217-48cf-94d5-ed464567e194/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "UCLA",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10500.0,
        "profit_sb": 1500.0,
        "profit_sb_percentage": 16.67,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "UCLA",
                "amount": 8903.0
            },
            {
                "team": "Colorado",
                "amount": 1097.0
            }
        ],
        "expected_reward_tokens": 9346.44,
        "profit_sb": 346.44,
        "profit_sb_percentage": 3.85,
        "recommended": true
    },
    "lines": [
        {
            "id": "fcb8ee08-68d6-4f4d-a874-232fee2d630a",
            "gambit_id": "b9393129-391e-4df5-a04c-6eef4081a8a6",
            "last_updated": "2022-09-25T11:37:15.866755-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UCLA",
            "reward": "1.05000",
            "odds": "1.05560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc09180d-5d12-4114-93c4-31cd8bb08de7/?format=api"
        },
        {
            "id": "cdf283e9-721c-4f99-ac23-a6e3daebe9f2",
            "gambit_id": "c89940a4-eabd-4343-99de-715bf0113641",
            "last_updated": "2022-09-25T11:37:15.865678-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado",
            "reward": "8.52000",
            "odds": "9.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc09180d-5d12-4114-93c4-31cd8bb08de7/?format=api"
        }
    ]
}