place_bet(username, amount, songid, category) - passed from the parse_bid function
Verify the song is valid for the category
Check the new bid against any existing bid for that category
Record the new bid (if won), and make the quantity of bet tokens available back to the Tokens module.
place_bet(username, amount, songid, category) - passed from the parse_bid function
Verify the song is valid for the category Check the new bid against any existing bid for that category Record the new bid (if won), and make the quantity of bet tokens available back to the Tokens module.