Finish the method definition given below.
player_stats
is a hash of stats of cricket players. Each key is the name of the player and the value is their bowling average.
Given player_stats
, the method should return the bowling average of the player with the best bowling average. In cricket, the lower the bowling average is, the better the bowler is performing.