GET /api/bet_types/437b41ce-df74-44d4-9a30-430753116889/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "437b41ce-df74-44d4-9a30-430753116889",
    "match": "https://api-prod.gambitprofit.com/api/matches/95a4159c-e284-4c83-af7f-7372b27c8e95/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-11T09:38:15.985138-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": "Calgary Flames",
                "amount": 5614.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "e6e30dc9-3cc1-41da-aee8-6eebdc097daa",
            "gambit_id": "dd3721f6-0ac5-4d5f-a06d-50fc0d7bfe3c",
            "last_updated": "2024-01-15T09:48:15.367035-05:00",
            "created_at": "2024-01-11T09:38:15.989371-05:00",
            "name": "Calgary Flames",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/437b41ce-df74-44d4-9a30-430753116889/?format=api"
        },
        {
            "id": "1bea8516-7a4d-4a3a-a855-52bcb44b17a7",
            "gambit_id": "04a77223-02a5-49a9-8c34-ea9d646eb9de",
            "last_updated": "2024-01-15T09:48:15.371412-05:00",
            "created_at": "2024-01-11T09:38:15.994074-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/437b41ce-df74-44d4-9a30-430753116889/?format=api"
        }
    ]
}