GET /api/bet_types/235f4e62-b5c3-42e1-a89f-c3a8ae10d125/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "235f4e62-b5c3-42e1-a89f-c3a8ae10d125",
    "match": "https://api-prod.gambitprofit.com/api/matches/5ac98efc-b7c3-4eba-8c00-6c1c562af748/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-05T09:32:57.059372-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": "Cleveland Cavaliers",
                "amount": 7938.0
            },
            {
                "team": "Washington Wizards",
                "amount": 2062.0
            }
        ],
        "expected_reward_tokens": 9443.96,
        "profit_sb": -56.04,
        "profit_sb_percentage": -0.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "9c503889-442b-4ffc-a443-a93e332c7a5f",
            "gambit_id": "9f11d792-6fec-430a-8b6c-5e9e02fc2c95",
            "last_updated": "2024-01-08T14:48:14.804896-05:00",
            "created_at": "2024-01-05T09:32:57.069372-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.19000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/235f4e62-b5c3-42e1-a89f-c3a8ae10d125/?format=api"
        },
        {
            "id": "37b12187-293f-4f5c-a9dc-73fc8164cb80",
            "gambit_id": "aec4327a-c964-477d-a441-1cad991f280f",
            "last_updated": "2024-01-08T14:48:14.801193-05:00",
            "created_at": "2024-01-05T09:32:57.063928-05:00",
            "name": "Washington Wizards",
            "reward": "4.58000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/235f4e62-b5c3-42e1-a89f-c3a8ae10d125/?format=api"
        }
    ]
}