GET /api/bet_types/7cfa5ad7-5c8e-44b1-aca0-c4fb79772f01/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7cfa5ad7-5c8e-44b1-aca0-c4fb79772f01",
    "match": "https://api-prod.gambitprofit.com/api/matches/3d2dad24-3676-4468-a988-fbf338eacc0c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-13T08:17:03.679672-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": "Philadelphia 76ers",
                "amount": 8600.0
            },
            {
                "team": "Houston Rockets",
                "amount": 1400.0
            }
        ],
        "expected_reward_tokens": 9546.0,
        "profit_sb": 46.0,
        "profit_sb_percentage": 0.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "ddfe0c76-f18a-4014-ae0e-8d6a06351ddb",
            "gambit_id": "1041fc93-81d4-4066-9bc7-425faad514c7",
            "last_updated": "2023-02-14T09:46:57.522677-05:00",
            "created_at": "2023-02-13T08:17:03.681000-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.11000",
            "odds": "1.11110",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cfa5ad7-5c8e-44b1-aca0-c4fb79772f01/?format=api"
        },
        {
            "id": "cbdd544b-8a74-4360-9df6-0d0977b5db52",
            "gambit_id": "fb7840d1-428a-4737-b625-af4f956415b0",
            "last_updated": "2023-02-14T09:46:57.523949-05:00",
            "created_at": "2023-02-13T08:17:03.682337-05:00",
            "name": "Houston Rockets",
            "reward": "6.82000",
            "odds": "7.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cfa5ad7-5c8e-44b1-aca0-c4fb79772f01/?format=api"
        }
    ]
}