=== IGS Odds Converter ===
Contributors: ailene999
Tags: odds, sports, converter, betting, calculator, shortcode, casino, gambling, tools, entertainment
Requires at least: 5.8
Tested up to: 7.0
Requires PHP: 7.4
Stable tag: 1.0.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

A free IGS betting odds converter that converts between American, Decimal, and Fractional odds, plus implied probability and payout, via a simple shortcode.

== Description ==

Add the converter to any post or page with:

`[igs_odds_converter]`

A free tool from https://internetgamblingsites.net/.

Visitors can enter odds in any of the three common formats — American (e.g. -150 or +200), Decimal (e.g. 1.67), or Fractional (e.g. 2/3) — and the other two update live, along with the implied win probability and the payout on any stake they enter.

Everything runs client-side in the visitor's browser. No data is sent anywhere, no external requests, no tracking, no signup required to use it.

= Features =

* Converts between American, Decimal, and Fractional odds instantly
* Shows implied win probability
* Stake/payout calculator included
* Works in a sidebar, in post content, or in a widget area — just drop in the shortcode
* No configuration needed
* Lightweight: one CSS file, one JS file, no dependencies

== Installation ==

1. Upload the plugin files to `/wp-content/plugins/igs-odds-converter`, or install directly through the WordPress plugins screen.
2. Activate the plugin through the "Plugins" screen in WordPress.
3. Add `[igs_odds_converter]` to any post, page, or text widget.

== Frequently Asked Questions ==

= Does this send any data to an external server? =

No. All calculations happen in the visitor's browser using JavaScript. Nothing is transmitted anywhere.

= Can I use it more than once on the same page? =

Yes, the shortcode can be used multiple times on the same page; each instance works independently.

= Does it match my theme's styling? =

The plugin includes its own minimal, namespaced CSS so it won't conflict with your theme, and it respects the visitor's OS-level light/dark mode preference.

== Screenshots ==

1. The odds converter with American, Decimal, and Fractional fields, plus stake/payout.

== Changelog ==

= 1.0.1 =
* Updated readme to include the site link.

= 1.0.0 =
* Initial release.
