Brand new to the OpenCart community, so a big HELLO here from a new member!

Right now I'm running into an issue, and it's most likely just not knowing enough about OpenCart and how to properly setup products with fixed inventory levels, and more specifically fixed inventory for OPTIONS.
Let me explain in more detail...
- This is a SPORTS related site, and will be selling products directly related to US sports teams (MLB, NFL, NHL, etc..).
- So using baseball as an example with 30 MLB teams, what I've done so far was created a Catalog Select (drop-down) OPTION called "MLB Teams", which will be reusable on multiple products with the listing of all 30 baseball teams.
- I then created a new Product, let's just say it's "MLB Team Jersey" for simplicity sake
- Now what I want to do is add ONE (1) piece of inventory for each MLB team. (One piece being the key here, as there will almost never be more than one per given team)
- So in Catalog>Products --> I've chosen to Edit the "MLB Team Jersey" product, and selected the OPTIONS tab
- On this tab, I've added 30 options (one for each MLB team), and selected the appropriate drop-down for each team
- Additionally, I've added the value of ONE (1) on each of these options in the Quantity column
In Admin, within the Product in question -- If I choose to put ZERO (0) stock on the Data tab, and only use the stock value on the individual options (team names), I receive the following on the Shopping Cart page when I've added one of these products to the cart:
Products marked with *** are not available in the desired quantity or not in stock!
Although the cart is allowing me to add this product, which I do want -- because I'm ideally looking to manage quantity at the individual team level. But I certainly don't want the error message.
ALSO, and this is an even bigger issue... OpenCart does seem to allow me to add multiple QTY values for an item, even though I've specifically hard-coded a quantity of ONE (1) for each team.
Example: I've hard set a Quantity of 1 in NY Yankees Team Jersey. Now when I add this product to my cart, and choose a quantity of 10, the cart IS allowing me to do this, which is not the behavior I'm looking for.
I certainly hope these aren't limitations to OpenCart that cannot be overcome, but rather just my own learning curve.
Any help or suggestions would be greatly appreciated!