GET /api/bet_types/cf3d0ccc-f3d0-4faa-b67e-733db51173cc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cf3d0ccc-f3d0-4faa-b67e-733db51173cc",
    "match": "https://api-prod.gambitprofit.com/api/matches/f6ac726c-7aa6-4d74-9717-6afe91b1cf3e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-22T08:43:03.059808-05: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": "New Jersey Devils",
                "amount": 5213.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "4be6e951-375e-4028-a53c-f2e4e72fee1e",
            "gambit_id": "03153641-c7a6-49c3-b7be-48add6691c22",
            "last_updated": "2024-01-23T20:13:14.333450-05:00",
            "created_at": "2024-01-22T08:43:03.075146-05:00",
            "name": "New Jersey Devils",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf3d0ccc-f3d0-4faa-b67e-733db51173cc/?format=api"
        },
        {
            "id": "527f0f99-2b2c-41c2-9c11-31755d3939cd",
            "gambit_id": "9e867545-ee8f-4079-ba22-5cb983321fb7",
            "last_updated": "2024-01-23T20:13:14.329781-05:00",
            "created_at": "2024-01-22T08:43:03.070108-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf3d0ccc-f3d0-4faa-b67e-733db51173cc/?format=api"
        }
    ]
}