My thoughts are the following:
P(Ways to choose 5 balls so there are more red balls) = P(3 red are chosen) + P(4 red are chosen) + P(5 red are chosen).
My intuition says to do this problem considering each subproblem with conditional probability (eg, P(3 are chosen) = (6/13)(5/12)(4/11)(7/10)(6/9)).
I feel like there is an easier combinatorial answer, but I haven't dealt with this type of problem in a few months.