All Projects → wzhe06 → Soccerbet

wzhe06 / Soccerbet

A Soccer Bet Portfolio Strategy Project

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Soccerbet

Hugo Uilite
Stars: ✭ 79 (-26.85%)
Mutual labels:  portfolio
Aaronvandenberg.nl
⚛️ Web Developers portfolio build with Gatsby.js & React.js
Stars: ✭ 98 (-9.26%)
Mutual labels:  portfolio
Responsive Portfolio
This is a Responsive Portfolio Website made with Love and Javascript; FEEL FREE TO COPY; NO COPYRIGHT ISSUE, in case of error ping me. Do follow me on github and star the repo
Stars: ✭ 104 (-3.7%)
Mutual labels:  portfolio
P32929.github.io
Second iteration of my portfolio - created using ReactJS, Material-UI, Overmind, etc
Stars: ✭ 84 (-22.22%)
Mutual labels:  portfolio
Portfolio
A simple tool to calculate the overall performance of an investment portfolio.
Stars: ✭ 1,326 (+1127.78%)
Mutual labels:  portfolio
Lowmess.com
My personal portfolio website
Stars: ✭ 99 (-8.33%)
Mutual labels:  portfolio
Pierfrancescosoffritti.com
Personal website.
Stars: ✭ 70 (-35.19%)
Mutual labels:  portfolio
Portfolio
💼 My personal portfolio built with React and three.js.
Stars: ✭ 106 (-1.85%)
Mutual labels:  portfolio
Varadbhogayata.github.io
My Portfolio - Personal Website
Stars: ✭ 95 (-12.04%)
Mutual labels:  portfolio
Node Finance
Module for portfolio optimization, prices and options
Stars: ✭ 101 (-6.48%)
Mutual labels:  portfolio
Rw
Ryan Wiemer's Digital Portfolio
Stars: ✭ 87 (-19.44%)
Mutual labels:  portfolio
Coinwink
Crypto Alerts, Watchlist and Portfolio Tracking App
Stars: ✭ 95 (-12.04%)
Mutual labels:  portfolio
Gatsby Starter Portfolio Minimal
A Gatsby Starter to create a clean one-page portfolio with Markdown content.
Stars: ✭ 100 (-7.41%)
Mutual labels:  portfolio
My Portfolio V1
🏡💻 My home on the web
Stars: ✭ 85 (-21.3%)
Mutual labels:  portfolio
Linkedrw
A simple CLI to create your resume and personal website based on your LinkedIn profile or a JSON file
Stars: ✭ 104 (-3.7%)
Mutual labels:  portfolio
Hugo Papermod
A fast, clean, responsive Hugo theme
Stars: ✭ 1,202 (+1012.96%)
Mutual labels:  portfolio
Cryptocurrency Cli
💰 Cryptocurrency Portfolio On The Command Line 💰
Stars: ✭ 99 (-8.33%)
Mutual labels:  portfolio
Govuk template
❗️GOV.UK Template is deprecated, and will only receive major bug fixes and security patches. A template containing the GOV.UK header and footer, and associated assets.
Stars: ✭ 107 (-0.93%)
Mutual labels:  portfolio
Lichter.io
My own website and CV
Stars: ✭ 105 (-2.78%)
Mutual labels:  portfolio
Leerob.io
✨ My portfolio built with Next.js, MDX, Tailwind CSS, and Vercel.
Stars: ✭ 1,369 (+1167.59%)
Mutual labels:  portfolio

SoccerBet

一个研究足球彩票购买策略的小项目

数据源

各博彩公司的赔率数据来自于500.com,在运行程序后,从500.com实时抓取近期比赛数据,以及各比赛的赔率数据。由于500.com对于国外博彩公司的数据有延迟,所以在实际购买时还应该参照国外博彩公司官方网站公布的实时赔率。

博彩策略

该项目采取的博彩策略是利用不同博彩公司的赔率差,通过建立一个购买彩票的portfolio,获得盈利的彩票组合。

程序入口

请使用python执行项目中的main.py 即在安装好python环境,确保接入互联网,执行 python main.py

程序输出

程序输出,程序会输出每场比赛的比赛信息,盈利百分比,以及应购买的彩票组合。 例子如下:

642471                                              //比赛代号
http://odds.500.com/fenxi/ouzhi-642471.shtml        //比赛信息页面
match name:	17亚冠杯分组赛                        //比赛名称
match members:	西悉尼漫步者 VS 浦和红钻               //交战双方
match time:	比赛时间2017-02-21 16:00             //比赛时间
profit:	109.88                                      //按照下面的比例购买彩票,能够获得的收益109.88%,即盈利9.88%
win:	168 Pinnbet	4.2	27                  //从Pinnbet下注 27%的资金押胜 (其中168是公司id,Pinnbet是公司名称,4.2是赔率,27是押27%的资金)
draw:	168 Pinnbet	3.5	32                  //从Pinnbet下注 32%的资金押平
lose:	26 Leon	2.68	41                          //从Leon下注 41%的资金押负
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].