GET /api/bet_types/24fd819e-5825-4f58-aaf6-582a048acc7d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "24fd819e-5825-4f58-aaf6-582a048acc7d",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f5ba316-8a9b-4d4f-ab05-702933800553/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "New Jersey Devils",
                "amount": 6563.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 3437.0
            }
        ],
        "expected_reward_tokens": 9450.72,
        "profit_sb": -49.28,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "ea8d30f1-6a68-4ae0-b4be-3444d6bbbd92",
            "gambit_id": "a2ce2a20-e626-4687-ae6f-938232670f45",
            "last_updated": "2022-10-29T19:11:51.272532-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Jersey Devils",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24fd819e-5825-4f58-aaf6-582a048acc7d/?format=api"
        },
        {
            "id": "110f0aad-cd05-4698-b203-791ff4d01a86",
            "gambit_id": "12674db9-6dc9-4f0f-8aae-dc7fe900ae38",
            "last_updated": "2022-10-29T19:11:51.271417-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.75000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24fd819e-5825-4f58-aaf6-582a048acc7d/?format=api"
        }
    ]
}