GET /api/bet_types/b5accf34-4d5b-4883-98d8-a57feb3d5d58/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b5accf34-4d5b-4883-98d8-a57feb3d5d58",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e19b551-1de7-4640-b08c-2b2245c86ba8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-13T09:38:14.221474-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": "Atlanta Hawks",
                "amount": 7280.0
            },
            {
                "team": "Washington Wizards",
                "amount": 2720.0
            }
        ],
        "expected_reward_tokens": 9464.0,
        "profit_sb": -36.0,
        "profit_sb_percentage": -0.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "02e2fe76-2e80-4d83-81fe-6b79368f78b8",
            "gambit_id": "fce71770-c3ab-44d8-9db8-48f9294b8097",
            "last_updated": "2024-01-16T11:13:08.158311-05:00",
            "created_at": "2024-01-13T09:38:14.229727-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.30000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5accf34-4d5b-4883-98d8-a57feb3d5d58/?format=api"
        },
        {
            "id": "f8cbc455-5310-48a6-b207-1d1b28143444",
            "gambit_id": "725c53f6-f421-4490-ba0d-3a6c2014d800",
            "last_updated": "2024-01-16T11:13:08.155019-05:00",
            "created_at": "2024-01-13T09:38:14.225297-05:00",
            "name": "Washington Wizards",
            "reward": "3.48000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5accf34-4d5b-4883-98d8-a57feb3d5d58/?format=api"
        }
    ]
}