GET /api/bet_types/414e915f-46b5-4207-a55c-1bcba6360b3f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "414e915f-46b5-4207-a55c-1bcba6360b3f",
    "match": "https://api-prod.gambitprofit.com/api/matches/b2e627ce-8c31-4a72-95be-1586eb477bcb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-04T09:18:22.665999-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 York Rangers",
                "amount": 7820.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 2180.0
            }
        ],
        "expected_reward_tokens": 9461.2,
        "profit_sb": -38.8,
        "profit_sb_percentage": -0.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "b3be98d9-653d-45ba-989d-48c8fc52c289",
            "gambit_id": "d13353b3-d9d0-4aee-bd17-762d185ad97a",
            "last_updated": "2024-01-05T23:08:06.963804-05:00",
            "created_at": "2024-01-04T09:18:22.677126-05:00",
            "name": "New York Rangers",
            "reward": "1.21000",
            "odds": "1.22220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/414e915f-46b5-4207-a55c-1bcba6360b3f/?format=api"
        },
        {
            "id": "b600331c-5663-4aab-9945-7dae2f2a2b10",
            "gambit_id": "a4c3e5ea-ad0e-4082-b34b-9f032685451c",
            "last_updated": "2024-01-05T23:08:06.967537-05:00",
            "created_at": "2024-01-04T09:18:22.671206-05:00",
            "name": "Chicago Blackhawks",
            "reward": "4.34000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/414e915f-46b5-4207-a55c-1bcba6360b3f/?format=api"
        }
    ]
}