GET /api/bet_types/66707d77-d4cc-4027-a76e-6cc237319268/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "66707d77-d4cc-4027-a76e-6cc237319268",
    "match": "https://api-prod.gambitprofit.com/api/matches/754812ae-1f93-4aab-bc27-b5f850bf8c5f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-26T13:37:01.240594-04:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Cleveland Cavaliers",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10900.0,
        "profit_sb": 1400.0,
        "profit_sb_percentage": 14.74,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Cleveland Cavaliers",
                "amount": 8728.0
            },
            {
                "team": "Houston Rockets",
                "amount": 1272.0
            }
        ],
        "expected_reward_tokens": 9513.52,
        "profit_sb": 13.52,
        "profit_sb_percentage": 0.14,
        "recommended": true
    },
    "lines": [
        {
            "id": "7a8c0f67-45be-4961-99b7-0cf18273e9be",
            "gambit_id": "51128a41-30d1-4ea8-970e-119ba8f49213",
            "last_updated": "2023-03-27T11:32:24.267318-04:00",
            "created_at": "2023-03-26T13:37:01.242516-04:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.09000",
            "odds": "1.09090",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66707d77-d4cc-4027-a76e-6cc237319268/?format=api"
        },
        {
            "id": "4b30cb39-c7ae-4e2a-9682-32b09b0e7685",
            "gambit_id": "26ce14de-a603-44ba-9601-6bdfe6affb72",
            "last_updated": "2023-03-27T11:32:24.269262-04:00",
            "created_at": "2023-03-26T13:37:01.244225-04:00",
            "name": "Houston Rockets",
            "reward": "7.48000",
            "odds": "7.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66707d77-d4cc-4027-a76e-6cc237319268/?format=api"
        }
    ]
}