From 16c93bed884fea7cb83911284b6e7b94e9dd712d Mon Sep 17 00:00:00 2001 From: Harry Stuart <42882697+harrystuart@users.noreply.github.com> Date: Wed, 7 Dec 2022 12:49:08 +1100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcbc8dd..7014b5a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Project that automatically finds arbitrage opportunities between bookmakers acro ## Process 1. Web-scrape the online sites of multiple bookmakers by reverse engineering their internal API calls. 2. Correlate markets and events between different bookmakers by using Natural Language Processing. This is required because there is no universal identifier for any sporting event and thus, string matching must be performed on the entities returned by different bookkmakers. -3. Calculate arbitrage opportunities. Refer to [here](https://en.wikipedia.org/wiki/Arbitrage_betting) for an understanding as to how these calculations are performed. +3. Calculate arbitrage opportunities. Refer to [this](https://en.wikipedia.org/wiki/Arbitrage_betting) for an understanding as to how these calculations are performed. 4. Post new opportunities to a custom Discord server as a mechanism by which users can be notified _This application was discontinued in December 2022 due to a change in priorities and is now open-source._