added

Added Snapshots API for Copilot Data

You can now request full snapshots of odds, locked-odds, and settled-odds data for Copilot. This new endpoint serves as a reliable fallback mechanism when your application loses sync with the RabbitMQ feed, ensuring continuous access to the latest odds data.

Key Features:

  • Full data synchronization for specified fixtures
  • Same data format as RabbitMQ events with snapshot: true identifier
  • Preserves original timestamps for each odds update
  • Supports recovery from connection interruptions

For complete implementation details, see: Snapshots API Documentation