The document discusses using machine learning models to predict point totals in NBA games in order to inform sports betting. It explores using collaborative filtering, neural networks, and LSTMs to predict the combined score of both teams. The best models were able to achieve results similar to sportsbooks, correctly predicting the outcome 51.5% of the time based on the mean squared error between the model predictions and actual scores. Feature engineering included team performance statistics from previous games as well as player and opponent data.