GET /api/bet_types/d5878f3c-e67f-4133-b2aa-89c195937b1b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5878f3c-e67f-4133-b2aa-89c195937b1b",
    "match": "https://api-prod.gambitprofit.com/api/matches/b8c5a08c-9a16-43b6-a6de-93c32f92b591/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-02T09:58:20.852405-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Denver Nuggets",
                "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": "Denver Nuggets",
                "amount": 8724.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 1276.0
            }
        ],
        "expected_reward_tokens": 9506.2,
        "profit_sb": 6.2,
        "profit_sb_percentage": 0.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "14a64a49-39c8-4ead-abbe-a5bb06047699",
            "gambit_id": "da46aa3e-f92d-4dbc-9be8-97d5117ea79b",
            "last_updated": "2024-02-03T10:32:57.985168-05:00",
            "created_at": "2024-02-02T09:58:20.865170-05:00",
            "name": "Denver Nuggets",
            "reward": "1.09000",
            "odds": "1.09090",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5878f3c-e67f-4133-b2aa-89c195937b1b/?format=api"
        },
        {
            "id": "4556c2b0-2d54-4183-b927-12f9c0077558",
            "gambit_id": "3ceb36d1-3870-4146-b6f4-25682a386523",
            "last_updated": "2024-02-03T10:32:57.981620-05:00",
            "created_at": "2024-02-02T09:58:20.857031-05:00",
            "name": "Portland Trail Blazers",
            "reward": "7.45000",
            "odds": "7.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5878f3c-e67f-4133-b2aa-89c195937b1b/?format=api"
        }
    ]
}