GET /api/bet_types/ea3fc8bc-6887-469e-b667-946bfa4224d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ea3fc8bc-6887-469e-b667-946bfa4224d7",
    "match": "https://api-prod.gambitprofit.com/api/matches/28e2e62c-95d4-47df-b465-9b31af749014/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-14T08:26:57.351380-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": "Vancouver Canucks",
                "amount": 5482.0
            },
            {
                "team": "Florida Panthers",
                "amount": 4518.0
            }
        ],
        "expected_reward_tokens": 8990.48,
        "profit_sb": -9.52,
        "profit_sb_percentage": -0.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "c237de54-ac08-4b54-98f5-d5a394b9c5d3",
            "gambit_id": "8de3b0dc-97e0-4e96-af9d-ecda9600f668",
            "last_updated": "2023-01-16T10:11:50.604197-05:00",
            "created_at": "2023-01-14T08:26:57.357529-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.64000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea3fc8bc-6887-469e-b667-946bfa4224d7/?format=api"
        },
        {
            "id": "1e282cca-adad-432a-8982-b3b9ba8707c6",
            "gambit_id": "ffcf7508-64e5-40f4-80ad-79566fdcfce4",
            "last_updated": "2023-01-16T10:11:50.600401-05:00",
            "created_at": "2023-01-14T08:26:57.354406-05:00",
            "name": "Florida Panthers",
            "reward": "1.99000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea3fc8bc-6887-469e-b667-946bfa4224d7/?format=api"
        }
    ]
}