GET /api/bet_types/bcc97e62-3abc-4d90-8ac9-b6e12dfa7c51/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bcc97e62-3abc-4d90-8ac9-b6e12dfa7c51",
    "match": "https://api-prod.gambitprofit.com/api/matches/8fc0aa73-fcd9-4dcb-b779-abdcdd0563bc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-13T10:32:18.698810-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Arizona State",
                "amount": 5599.0
            },
            {
                "team": "Nevada",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "7bb4b2c6-95bd-4d3c-8e4e-0013a0dd8c0b",
            "gambit_id": "4ec51bf9-8d6e-4fc0-9390-183c782dee0b",
            "last_updated": "2023-03-16T17:37:24.997030-04:00",
            "created_at": "2023-03-13T10:32:18.702709-04:00",
            "name": "Arizona State",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcc97e62-3abc-4d90-8ac9-b6e12dfa7c51/?format=api"
        },
        {
            "id": "9a7eded9-3e3e-4b3d-82a5-082f0209015f",
            "gambit_id": "e17cb897-47a9-4113-a011-0b09b8b47610",
            "last_updated": "2023-03-16T17:37:24.995244-04:00",
            "created_at": "2023-03-13T10:32:18.700433-04:00",
            "name": "Nevada",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcc97e62-3abc-4d90-8ac9-b6e12dfa7c51/?format=api"
        }
    ]
}