Each of the teams has a power ranking, and the probability they will win a game is based on their power ranking compared to their opponents. For example, if Blue has a power ranking of 75, and Green has a power ranking of 25, Blue's win probability is 3/4, and Green's is 1/4.
The bracket is as follows:
Round 1A: Wisconsin (200), Utah (200)
Round 1B: Ohio (300), Washington(100)
Round 2A: Wisconsin v. Utah winner
Round 2B: Ohio v Washington winner
Winner of Round 2A/B: Champion
What is the probability for each team to be champion?
My current method is to file through each team's odds 1 by 1, such that Wisconsin is shown below for round 1:
$$\frac{1}{2} * \frac{2}{5} + \frac{1}{2} * \frac{1}{3}$$
This is my first time encountering sports/ bracket betting odds, and any help is appreciated!
You aren't considering the probabilities of who Wisconsin plays in the second round. The correct calculation would be $$ \frac12\left(\frac34\cdot\frac25+\frac14\cdot\frac23\right) $$ If Wisconsin wins its first game (probability $\frac12$), there's a $\frac34$ probability that it plays Ohio in the second round, and a $\frac25$ probability that Wisconsin wins that game. Similarly, there's a $\frac14$ probability that Wisconsin's second game would be against Washington, and a $\frac23$ probability that Wisconsin would win that game. (I assume that the $\frac13$ in the question is a typo.)