Solution:
Answer: 2048
We first group the players by wins, so let G1 be the set of all players with the most wins, G2 be the set of all players with the second most wins, …, Gn be the set of all players with the least wins. By the condition in the problem, everyone in group Gi must beat everyone in group Gj for all i<j. Now, consider the mini-tournament consisting of the matches among players inside a single group Gi. Each must have the same number of wins, say xi. But the total number of games is (2∣Gi∣) and each game corresponds to exactly one win, so we must have (2∣Gi∣)=∣Gi∣xi⟹∣Gi∣=2xi+1. Therefore, the number of players in each Gi is odd.
We now have ∑∣Gi∣=6 and all ∣Gi∣ are odd, so we can now do casework on the possibilities.
Case 1: Gi's have sizes 5 and 1. In this case, there are 2 ways to permute the groups (i.e. either ∣G1∣=5,∣G2∣=1 or ∣G1∣=1,∣G2∣=5). There are 6 ways to distribute the players into the two groups. There are 24 possible mini-tournaments in the group of size 5; to prove this, we label the players p1,…,p5 and note that each player has 2 wins. Without loss of generality, let p1 beat p2 and p3, and also without loss of generality let p2 beat p3. It's easy to verify that there are 2 possible mini-tournaments, depending on whether p4 beats p5 or p5 beats p4. Since there are (24)⋅2=12 ways to pick the two players p1 defeats and choose which one beats the other, there are indeed 12⋅2=24 tournaments. Then the total number of possible tournaments in this case is 2⋅6⋅24=288.
Case 2: The sizes are 3,3. In this case, there are (36)=20 ways to distribute the players into the groups, and 2 possible mini-tournaments in either group, so the total here is 20⋅2⋅2=80.
Case 3: The sizes are 3,1,1,1. In this case, there are 4 ways to permute the groups, (36)⋅6=120 ways to distribute the players into groups, and 2 possible mini-tournaments in the group of size 3, for a total of 4⋅120⋅2=960.
Case 4: The sizes are 1,1,1,1,1,1. There are 720 ways to distribute the players into groups.
The final answer is 288+80+960+720=2048.