About Places Payout

History - Place Payout

PTGolf and it's predecessor goes back 20+ years. Paying places has always been a pain! I think I've spent more time in this little used area than anything else.

When my main group (sinners) decided they wanted to try paying places (for small groups), I dusted off the code and tried again. This is my latest attempt to develop a fair winner distribution. I've always tried to start with a common 60/40 split. That works if there are only two winners, but gets more complicated if there are more players. A 50/30/20 split works for paying three places, but whats the next split?

This version will compute the distribution for up to 24 player with up to 12(place) winning something. It uses 9 different methods and you can see the results on the main demo page. You can change any of the options (Dues, Methods, etc.) Then click the Refresh button.

Methods (There are 9!)

All paying methods are about the same. They are just different versions that I tried to improve over the years. There all based on some form of an array like [18.0,10.8, 6.8, 4.8, 4, 3.6, 3.35, 3.1, 2.9, 2.7] were each number is the percent of the pot that player will receive. That base array is then modified for then number of player in some fashion.(Sum the array then divide each element by to sum to get percent array!)

  • Card Deal is the default and newest attempt. You just deal each winner a $1, then deal again starting at next to last place, etc. Repeat until you out of money? There are 3 different version (High/Mid/Low) of dealing. The purpose of the dealing is to generate a Percent Array that is used to pay the places.
  • PGA High/Mid/Low gets a Percent array from a PGA site that defines the percentages of each place for a PGA tour event. Low start with value of 3rd place.
  • Rate Distribution is my latest version that does a fairly even distribution using a spreadsheet function Rate.
  • Even Distribution is just another version I had around that does close to PGA Distribution.
  • Base 60/40 starts with the concept that you start with a 60/40 percent split for paying 2 winner. For each additional play you compute a new split. For 3 places it may be 52/38/20.
  • My opinion is that PGA or Even are the best methods!

Click the Method buttons in the sidebar for more information/details or see the comparison some of the different methods with 10 players, paying 5 places with $6 dues.

Compare Methods

MethPot1st2nd3rd4th5th
Deal High$60$23.00$17.00$11.00$6.00$3.00
Deal Mid$60$20.00$16.00$12.00$8.00$4.00
Deal Low$60$17.00$15.00$12.00$9.00$7.00
PGA High$60$24.00$15.00$9.00$7.00$5.00
PGA Mid$60$21.00$14.00$10.00$8.00$7.00
PGA Low$60$18.00$13.00$11.00$9.00$9.00
PGA Even$60$15.00$13.00$11.00$11.00$10.00
Rate$60$20.00$15.00$11.00$8.00$6.00
Even$60$23.00$15.00$10.00$7.00$5.00
Base 60/40$60$23.00$15.00$10.00$7.00$5.00

My main reason for spending a couple days putting this together is:

  • If your group wants to try paying places occasionally - Pick a method you like and I'll add a :places_method to your group setting.
  • The payouts will be displayed on the Pending Game page and on the Print list.
  • The best way to score places is:
    • Print a print list for each group/cart. It has quotas, payout etc. for all players. If also has areas to record scores and birdies.
    • Use course score cards to score players.
    • At end of game, transfer stuff to the print list for the players in your cart/group. Turn in you print list to the scorer.