GET /api/bet_types/0c941ca0-bd37-4ff0-9bb1-2bc4be49a157/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c941ca0-bd37-4ff0-9bb1-2bc4be49a157",
    "match": "https://api-prod.gambitprofit.com/api/matches/9fc7e0e7-db75-4122-9a09-6ac25322cd61/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-11T10:06:48.808414-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Denver Nuggets",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10700.0,
        "profit_sb": 1700.0,
        "profit_sb_percentage": 18.89,
        "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": 8677.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 1323.0
            }
        ],
        "expected_reward_tokens": 9284.39,
        "profit_sb": 284.39,
        "profit_sb_percentage": 3.16,
        "recommended": true
    },
    "lines": [
        {
            "id": "ef028c96-c61a-4e73-b13e-17e942a47c81",
            "gambit_id": "a036f4f0-5f91-40e2-94d4-7f4e7c2f8126",
            "last_updated": "2023-01-12T11:06:59.058885-05:00",
            "created_at": "2023-01-11T10:06:48.809533-05:00",
            "name": "Denver Nuggets",
            "reward": "1.07000",
            "odds": "1.08330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c941ca0-bd37-4ff0-9bb1-2bc4be49a157/?format=api"
        },
        {
            "id": "e719c9ad-875a-4ab8-ac76-3fb3d6e86034",
            "gambit_id": "d48f10a1-8f60-4e15-9535-875a420f6ec0",
            "last_updated": "2023-01-12T11:06:59.059954-05:00",
            "created_at": "2023-01-11T10:06:48.810678-05:00",
            "name": "Phoenix Suns",
            "reward": "7.02000",
            "odds": "8.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c941ca0-bd37-4ff0-9bb1-2bc4be49a157/?format=api"
        }
    ]
}