What part are you stuck with? There’s a number of ways to go about this, so more information about where you’re stuck will make it easier for the community to help you out.
trying to get the subCategories dropdown to populate with the correct data so that it only shows NFL teams when NFL is selected in the categories - sport dropdown and only NBA teams are shown in the subcategories dropdown when NBA is selected in the Categories dropdown
I would choose to hide and show dropdowns with different options based on the first dropdown’s value. So if the value of the first dropdown is lets say NBA, choose to show the second dropdown that contains NBA teams.