GET /api/bet_types/174b52cf-bbdf-4cb3-8767-b602b590a704/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "174b52cf-bbdf-4cb3-8767-b602b590a704",
    "match": "https://api-prod.gambitprofit.com/api/matches/903fb1bb-2893-41f9-8426-83e9567ee18b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-15T10:23:22.559856-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": "Boston Bruins",
                "amount": 6090.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "8aff9bfd-3b7c-4753-8dba-173280139fc3",
            "gambit_id": "257a4e50-f3a1-4ddc-8b3e-3272b6327e10",
            "last_updated": "2024-01-17T22:28:11.994743-05:00",
            "created_at": "2024-01-15T10:23:22.569997-05:00",
            "name": "Boston Bruins",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/174b52cf-bbdf-4cb3-8767-b602b590a704/?format=api"
        },
        {
            "id": "3d58db07-c64a-4ba0-9087-f9c8af6e0186",
            "gambit_id": "0af928a1-0883-403b-9e0b-9de54187cb94",
            "last_updated": "2024-01-17T22:28:11.991423-05:00",
            "created_at": "2024-01-15T10:23:22.564770-05:00",
            "name": "New Jersey Devils",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/174b52cf-bbdf-4cb3-8767-b602b590a704/?format=api"
        }
    ]
}