While itemizing my wins and losses for my taxes, I needed a way to pull down all my individual bets, with info on the win/loss total and if a free bet was used (as to properly calculate the net win/loss). I ended up using the below JavaScript snippet to get all my bet history output in a CSV format I… Read more →
Month: April 2023
Export betMGM Bet History to CSV via the Developer Console
There’s no good way to get a nice clean output of your bets via the betMGM site when you need itemized wins and losses per bet. I ended up filtering the “Settled” section of the My Bets sidebar to a range and using this JavaScript helped me generate a CSV of my bets. I figured this might be helpful to… Read more →