GET /api/bet_types/78e46b26-7266-4ac5-b0e9-115ff88fea02/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "78e46b26-7266-4ac5-b0e9-115ff88fea02",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ab2b33c-0578-4cb2-bf2f-50c7fd983f12/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-16T09:03:05.807456-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": "Edmonton Oilers",
                "amount": 5939.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "c3119f6f-5b19-48dd-82a8-95f8b6d10a44",
            "gambit_id": "42684100-c48b-4d26-b2a9-f822ba5b6b96",
            "last_updated": "2024-01-19T11:48:29.231374-05:00",
            "created_at": "2024-01-16T09:03:05.816604-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78e46b26-7266-4ac5-b0e9-115ff88fea02/?format=api"
        },
        {
            "id": "0bef6ef4-d122-477b-8637-2e5865567830",
            "gambit_id": "2520caea-d7ee-498f-9198-fa74e969d301",
            "last_updated": "2024-01-19T11:48:29.228187-05:00",
            "created_at": "2024-01-16T09:03:05.811825-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78e46b26-7266-4ac5-b0e9-115ff88fea02/?format=api"
        }
    ]
}