GET /api/bet_types/c5a4bc8a-b4be-4bf8-a34a-1f6dbda14d5f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c5a4bc8a-b4be-4bf8-a34a-1f6dbda14d5f",
    "match": "https://api-prod.gambitprofit.com/api/matches/9d75370a-9d92-4b79-a123-6dad2f87a759/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-27T09:43:13.001077-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": "Seattle Seahawks",
                "amount": 6449.0
            },
            {
                "team": "Pittsburgh Steelers",
                "amount": 3551.0
            }
        ],
        "expected_reward_tokens": 9480.03,
        "profit_sb": -19.97,
        "profit_sb_percentage": -0.21,
        "recommended": false
    },
    "lines": [
        {
            "id": "e0a97817-f729-4a04-8081-1782f3ff45b0",
            "gambit_id": "05403cb4-5cca-4cc8-be6c-9b77f33bda6a",
            "last_updated": "2024-01-02T10:33:10.441886-05:00",
            "created_at": "2023-12-27T09:43:13.009071-05:00",
            "name": "Seattle Seahawks",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5a4bc8a-b4be-4bf8-a34a-1f6dbda14d5f/?format=api"
        },
        {
            "id": "64d366a6-bcfb-4aa5-8f41-fa05013e2a76",
            "gambit_id": "d57bbaee-1a87-49fb-9183-a78c9098926b",
            "last_updated": "2024-01-02T10:33:10.438683-05:00",
            "created_at": "2023-12-27T09:43:13.005097-05:00",
            "name": "Pittsburgh Steelers",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5a4bc8a-b4be-4bf8-a34a-1f6dbda14d5f/?format=api"
        }
    ]
}