GET /api/bet_types/386a90de-eb9d-4f0c-ad90-1ff4e6d4afbc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "386a90de-eb9d-4f0c-ad90-1ff4e6d4afbc",
    "match": "https://api-prod.gambitprofit.com/api/matches/18ad44cc-8567-4d1c-8a93-c75ba07908e5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-17T09:23:18.340361-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": "Anaheim Ducks",
                "amount": 5872.0
            },
            {
                "team": "Florida Panthers",
                "amount": 4128.0
            }
        ],
        "expected_reward_tokens": 9453.12,
        "profit_sb": -46.88,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "af279be0-403d-499c-a131-37986ac1ec29",
            "gambit_id": "f9699d57-d24d-479e-a4c9-96a02c70fc93",
            "last_updated": "2023-11-18T18:03:24.190793-05:00",
            "created_at": "2023-11-17T09:23:18.345776-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.61000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/386a90de-eb9d-4f0c-ad90-1ff4e6d4afbc/?format=api"
        },
        {
            "id": "b5101469-9d2d-49af-8a51-906fcc292a04",
            "gambit_id": "91670ce1-5920-4ff4-b9e8-e572d9bd8631",
            "last_updated": "2023-11-18T18:03:24.196930-05:00",
            "created_at": "2023-11-17T09:23:18.352417-05:00",
            "name": "Florida Panthers",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/386a90de-eb9d-4f0c-ad90-1ff4e6d4afbc/?format=api"
        }
    ]
}