{
  "routesChecked": 5,
  "highRiskRoutes": 1,
  "highRiskDetails": [
    {
      "id": 5,
      "origin": "Los Angeles International Airport",
      "destination": "San Francisco International Airport",
      "risk_score": 100,
      "driver": "Dike Henry"
    }
  ],
  "billingAmount": 25,
  "logs": [
    "Starting DIFE Automation Jobs...",
    "API URL: https://dife-saas-api-production.up.railway.app/api",
    "✅ Fetched 5 routes from API",
    "🔍 Scanning 5 routes for high-risk conditions...",
    "⚠️ HIGH RISK: Route 5 (Los Angeles International Airport → San Francisco International Airport) | Risk Score: 100",
    "🚨 TOTAL HIGH RISK ROUTES: 1",
    "💰 Billing calculated: 5 routes × $5 = $25",
    "📊 Billing breakdown: 4 company(ies) billed",
    "✅ All jobs completed successfully at 2026-04-22T19:35:27.288Z"
  ],
  "timestamp": "2026-04-22T19:35:27.288Z",
  "success": true,
  "companyBilling": {
    "Dike Henry's Company": {
      "routeCount": 2,
      "totalCost": 10
    },
    "Glory Goods's Company": {
      "routeCount": 1,
      "totalCost": 5
    },
    "Mara Pound's Company": {
      "routeCount": 1,
      "totalCost": 5
    },
    "Oscar Mills's Company": {
      "routeCount": 1,
      "totalCost": 5
    }
  }
}