GET /api/bet_types/d5a757bb-44bd-48b5-a8ef-7e171bed9c7e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5a757bb-44bd-48b5-a8ef-7e171bed9c7e",
    "match": "https://api-prod.gambitprofit.com/api/matches/287602a3-9388-45df-b626-786f1dc8e888/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-10T15:42:02.135406-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": "Carolina Hurricanes",
                "amount": 5668.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 4332.0
            }
        ],
        "expected_reward_tokens": 9010.56,
        "profit_sb": 10.56,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "e944346a-530b-4aa0-8f11-e9d77e6e3cc1",
            "gambit_id": "2d4d60d8-6d35-4890-8e71-928f6fee76c9",
            "last_updated": "2023-01-11T10:46:57.646464-05:00",
            "created_at": "2023-01-10T15:42:02.136665-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.59000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5a757bb-44bd-48b5-a8ef-7e171bed9c7e/?format=api"
        },
        {
            "id": "463d221d-3545-463e-a8ac-d5689bb806d7",
            "gambit_id": "1c9d3989-b87d-40ef-bb48-a80d1a1b143e",
            "last_updated": "2023-01-11T10:46:57.647538-05:00",
            "created_at": "2023-01-10T15:42:02.137963-05:00",
            "name": "New Jersey Devils",
            "reward": "2.08000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5a757bb-44bd-48b5-a8ef-7e171bed9c7e/?format=api"
        }
    ]
}