I need a reliable way to gather up-to-date odds for upcoming Football, Basketball and Tennis events and deliver them to me in a single, tidy CSV file. My only focus is the odds themselves, pulled from several different bookmakers for each listed match or tournament round; no other match details are required. You may source the data however you prefer—scraping, existing APIs or a combination of both—as long as the final CSV clearly shows: • the event name, • each bookmaker’s name, and • the corresponding odds. The file should be easy for me to re-import later, so use a clean header row and a consistent delimiter. If your solution can be run repeatedly (e.g., via a simple script or small utility) that would be a welcome bonus, but the core deliverable is the populated CSV itself.