As correctly noted by @mook765, converting from MBR to GPT was a mistake in your case, and recovery will require Windows expertise. That said, there are some possibilities that can involve Ubuntu.
First, you say that your computer is BIOS-only, but you don't say what the computer or motherboard is. Most x86-64 computers and motherboards sold since 2011 are EFI-based, but some of them were shipped to boot in BIOS/CSM/legacy mode. Thus, unless the computer is over a dozen years old, it probably does support EFI-mode booting. If this is the case, you may be able to use the Windows MBR2GPT tool to get it working; however, you may need to convert back to MBR first, which will in turn require deleting the Ubuntu partitions and starting over with the Ubuntu installation.
Second, if the computer is truly BIOS-only, then you may still be able to boot in EFI mode from a GPT disk by using a BIOS-to-EFI boot loader -- basically an EFI implementation that loads like a boot loader. The one that I know of that's currently being maintained is the Clover boot loader. This is intended for booting macOS, so there are a lot of Mac references in the documentation; but it might just get you started. You'll need to install an EFI-mode boot loader for Windows within Clover if you take this approach. Overall, this approach is likely to be a major hassle, so I don't think it's really a good option, but I thought it was worth mentioning in case you're interested in the challenge.
Third, your best option is probably to delete the Ubuntu partitions, convert back to MBR, reinstall the BIOS-mode boot loader (since I fear it was likely wiped out at some point), and start again. Unfortunately, with four partitions already used by Windows, this will be awkward at best. Maybe somebody on a Windows forum will be able to suggest a way to delete one of those partitions or convert it from primary to logical form. (gdisk
can do this in some cases, but you'd probably have to move at least one partition to do so; and I don't know how Windows would react to that. My guess is it wouldn't react well.) Your best bet for easily installing Ubuntu once you get Windows working again would likely be to add a disk for Ubuntu.