betqstat


Namebetqstat JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryA Python package for wagering related statistical functions and analysis
upload_time2022-12-15 02:04:12
maintainer
docs_urlNone
author
requires_python<4,>=3.8
licenseMIT License Copyright (c) 2022 Jeremy Walsh Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords bet betting wagering odds expected value ev bookmaker bookie betfair probability implied probability staking
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![logo](docs/images/logo-full.png)

A Python package for wagering related functions and statistical analysis. 

### Main Features
- Implied Probabilities
- Expected Values
- Ranking Probabilities
- Staking Methods

### Links
- [Documentation](https://jemjemwalsh.github.io/betqstat)
- [Examples](docs/examples)
- [Contact](https://jemjemwalsh.github.io/betqstat/contact)


## Installation
Install with pip:
```bash
pip install betqstat
```
Or pip3:
```bash
pip3 install betqstat
```
Python 3.8+ is required.


## Roadmap
This is an early development version. The following are to be completed or are ideas to be considered:

- [ ] Examples
- [ ] Automated tests
- [ ] Implied Probabilities (impliedprob)
  - [x] Functions to remove over-round from odds, different methods
  - [ ] Create an argument target margin, so for example could get the implied probs for a place market.
  - [ ] ML method to calculate implied prob from bookie odds?
- [ ] Expected Values (ev)
  - [ ] Estimate's for ev where calculation not possible
- [ ] Ranking probabilities (rank)
  - [ ] Alternative methods to Harville for ordering probabilities
  - [ ] Calculate market derivatives from ordering probabilities, prob place 2nd, 3rd, 4th etc.
  - [ ] Same race multi style odds/sim
- [ ] Staking (stake)
  - [x] Round up to smallest increment 
- [ ] Odds (odds)
  - [x] Betfair actual odds negative commission 
  - [ ] Covert decimal to fraction and vice versa
  - [ ] Convert ratings to probability/price
- [ ] Bookie
  - [ ] Functions to introduce bookie's margin to probabilities, reverse implied probs functions.
- [ ] Analysis
  - [ ] Stats: BTM, Edge, time from jump brackets, odds brackets, weighted average price
- [ ] Other Ideas
  - [ ] betfair tool to get harness code
  - [ ] mapping tool to map meetings/races/runners


## Contributing to betqstat
The betqstat package was created to share wagering tools and ideas, all contributions are welcome. 
[Get in touch](https://jemjemwalsh.github.io/bookie-tools/contact) or submit a pull request.


## Contributors
Thanks to the following people who have contributed to this project:
* [@jemjemwalsh](https://github.com/jemjemwalsh/) 🤔💻📖💡🔣🐛
* [@Bryley](https://github.com/Bryley) 🚇

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "betqstat",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "<4,>=3.8",
    "maintainer_email": "",
    "keywords": "bet,betting,wagering,odds,expected value,ev,bookmaker,bookie,betfair,probability,implied probability,staking",
    "author": "",
    "author_email": "Jeremy Walsh <jeremypaul.walsh@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/e0/39/339a59324ce2ba5cbcc6aefdde4874699757b58b3ea0fd75b961ed48865c/betqstat-0.0.1.tar.gz",
    "platform": null,
    "description": "![logo](docs/images/logo-full.png)\n\nA Python package for wagering related functions and statistical analysis. \n\n### Main Features\n- Implied Probabilities\n- Expected Values\n- Ranking Probabilities\n- Staking Methods\n\n### Links\n- [Documentation](https://jemjemwalsh.github.io/betqstat)\n- [Examples](docs/examples)\n- [Contact](https://jemjemwalsh.github.io/betqstat/contact)\n\n\n## Installation\nInstall with pip:\n```bash\npip install betqstat\n```\nOr pip3:\n```bash\npip3 install betqstat\n```\nPython 3.8+ is required.\n\n\n## Roadmap\nThis is an early development version. The following are to be completed or are ideas to be considered:\n\n- [ ] Examples\n- [ ] Automated tests\n- [ ] Implied Probabilities (impliedprob)\n  - [x] Functions to remove over-round from odds, different methods\n  - [ ] Create an argument target margin, so for example could get the implied probs for a place market.\n  - [ ] ML method to calculate implied prob from bookie odds?\n- [ ] Expected Values (ev)\n  - [ ] Estimate's for ev where calculation not possible\n- [ ] Ranking probabilities (rank)\n  - [ ] Alternative methods to Harville for ordering probabilities\n  - [ ] Calculate market derivatives from ordering probabilities, prob place 2nd, 3rd, 4th etc.\n  - [ ] Same race multi style odds/sim\n- [ ] Staking (stake)\n  - [x] Round up to smallest increment \n- [ ] Odds (odds)\n  - [x] Betfair actual odds negative commission \n  - [ ] Covert decimal to fraction and vice versa\n  - [ ] Convert ratings to probability/price\n- [ ] Bookie\n  - [ ] Functions to introduce bookie's margin to probabilities, reverse implied probs functions.\n- [ ] Analysis\n  - [ ] Stats: BTM, Edge, time from jump brackets, odds brackets, weighted average price\n- [ ] Other Ideas\n  - [ ] betfair tool to get harness code\n  - [ ] mapping tool to map meetings/races/runners\n\n\n## Contributing to betqstat\nThe betqstat package was created to share wagering tools and ideas, all contributions are welcome. \n[Get in touch](https://jemjemwalsh.github.io/bookie-tools/contact) or submit a pull request.\n\n\n## Contributors\nThanks to the following people who have contributed to this project:\n* [@jemjemwalsh](https://github.com/jemjemwalsh/) \ud83e\udd14\ud83d\udcbb\ud83d\udcd6\ud83d\udca1\ud83d\udd23\ud83d\udc1b\n* [@Bryley](https://github.com/Bryley) \ud83d\ude87\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2022 Jeremy Walsh  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "A Python package for wagering related statistical functions and analysis",
    "version": "0.0.1",
    "split_keywords": [
        "bet",
        "betting",
        "wagering",
        "odds",
        "expected value",
        "ev",
        "bookmaker",
        "bookie",
        "betfair",
        "probability",
        "implied probability",
        "staking"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "86d3ac7adef3bf55e9261d88c3733ea1",
                "sha256": "5b35bf669fb6dc05b877e844d34065c3c3ea2c50fdd460329efaf1f1123e13db"
            },
            "downloads": -1,
            "filename": "betqstat-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "86d3ac7adef3bf55e9261d88c3733ea1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.8",
            "size": 11717,
            "upload_time": "2022-12-15T02:04:11",
            "upload_time_iso_8601": "2022-12-15T02:04:11.409523Z",
            "url": "https://files.pythonhosted.org/packages/6f/57/5e57f5ba1d390c8a8d35d02a9937e0733fc2f8947f69d8d31b512240a980/betqstat-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "5747d6ab63c15780c0ff369820790b24",
                "sha256": "9e2e9128f21823a249dfc2aa471736f551f80bf0bea8a754b716f083873be3e8"
            },
            "downloads": -1,
            "filename": "betqstat-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "5747d6ab63c15780c0ff369820790b24",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.8",
            "size": 11881,
            "upload_time": "2022-12-15T02:04:12",
            "upload_time_iso_8601": "2022-12-15T02:04:12.658931Z",
            "url": "https://files.pythonhosted.org/packages/e0/39/339a59324ce2ba5cbcc6aefdde4874699757b58b3ea0fd75b961ed48865c/betqstat-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-15 02:04:12",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "betqstat"
}
        
Elapsed time: 0.01800s