{"info":{"_postman_id":"d4e1d08c-51e1-4d92-a564-5925001f6fed","name":"Betpaddi API","description":"<html><head></head><body><h1 id=\"betpaddi-api-v1\">Betpaddi API v1</h1>\n<p>Build bet code conversion and prediction solutions easily and quickly with our APIs. Connect your customers to high-quality sports services.</p>\n<hr>\n<h2 id=\"overview\">Overview</h2>\n<p>Welcome to the Betpaddi API, your gateway to integrating powerful sports betting utilities into your platform, app, or service.<br>Our API allows seamless access to core functionalities of the Betpaddi ecosystem, designed to serve sports bettors, tipsters, affiliate platforms, fantasy sports apps, and developers building around football data and prediction logic.</p>\n<h3 id=\"available-apis\">Available APIs</h3>\n<p><strong>Bet Code Conversion</strong><br>Convert bet booking codes across top African bookmakers.</p>\n<p><strong>AI Football Predictions</strong><br>Mathematically calculated predictions (1X2, Over/Under, BTTS, and more).</p>\n<hr>\n<h2 id=\"getting-started\">Getting Started</h2>\n<p>You need to be a registered user with <strong>developer access</strong> on <a href=\"https://betpaddi.com\">Betpaddi</a>.</p>\n<ol>\n<li><p>Log in to your <a href=\"https://betpaddi.com/app/api\">Betpaddi Dashboard</a></p>\n</li>\n<li><p>Navigate to the <strong>Developer</strong> page from the sidebar</p>\n</li>\n<li><p>Click <strong>Generate API Key</strong> to receive your unique key</p>\n</li>\n<li><p>Add the API key to the <code>X-API-Key</code> header of every request</p>\n</li>\n</ol>\n<h3 id=\"base-url\">Base URL</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://betpaddi.com/api/v1\n\n</code></pre><h3 id=\"authentication\">Authentication</h3>\n<p>All requests must include your API key in the <code>X-API-Key</code> header:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>X-API-Key: YOUR_API_KEY\n\n</code></pre><h3 id=\"credit-system\">Credit System</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Endpoint</th>\n<th>Cost</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>GET /conversion/rate</td>\n<td>Free</td>\n</tr>\n<tr>\n<td>GET /conversion/bookies</td>\n<td>Free</td>\n</tr>\n<tr>\n<td>POST /conversion/convert-code</td>\n<td>1 Credit</td>\n</tr>\n<tr>\n<td>GET /predictions</td>\n<td>10 Credits</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Credits are deducted from your wallet balance. Top up your credits from the <a href=\"https://betpaddi.com/app/credits\">Credits page</a>. </p>\n</blockquote>\n<h3 id=\"authentication-errors\">Authentication Errors</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">// Missing API Key\n{\n    \"status\": \"error\",\n    \"message\": \"API Key required in X-API-Key header.\"\n}\n// Invalid API Key\n{\n    \"status\": \"error\",\n    \"message\": \"Invalid API Key.\"\n}\n// No developer permissions\n{\n    \"status\": \"error\",\n    \"message\": \"This API Key does not have developer permissions.\"\n}\n\n</code></pre>\n<hr>\n<h2 id=\"support\">Support</h2>\n<p>If you are experiencing any issues while integrating, contact us via <a href=\"https://mailto:support@betpaddi.com\">support@betpaddi.com</a>.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Betpaddi API v1","slug":"betpaddi-api-v1"}],"owner":"17112744","collectionId":"d4e1d08c-51e1-4d92-a564-5925001f6fed","publishedId":"2sB2qZFNfu","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"01145c"},"publishDate":"2025-05-21T13:01:21.000Z"},"item":[{"name":"Conversion Rate","id":"1705af6d-b417-43ea-9dd2-342333d70415","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://betpaddi.com/api/v1/conversion/rate","description":"<p>Use this endpoint to fetch the conversion rate in Naira (NGN).</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d4e1d08c-51e1-4d92-a564-5925001f6fed","id":"d4e1d08c-51e1-4d92-a564-5925001f6fed","name":"Betpaddi API","type":"collection"}},"urlObject":{"path":["conversion","rate"],"host":["https://betpaddi.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"df18289b-25e0-4931-a55a-24338d26603f","name":"Conversion Rate - Success","originalRequest":{"method":"GET","header":[],"url":"https://betpaddi.com/api/v1/conversion/rate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/8.1.30"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"access-control-allow-methods","value":"GET, OPTIONS"},{"key":"access-control-allow-headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"vary","value":"Accept-Encoding"},{"key":"content-length","value":"55"},{"key":"content-encoding","value":"gzip"},{"key":"date","value":"Wed, 21 May 2025 12:34:19 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Rate Fetched\",\n    \"rate\": \"50\"\n}"}],"_postman_id":"1705af6d-b417-43ea-9dd2-342333d70415"},{"name":"Supported Bookies","id":"2c9389f3-af8f-4802-8e63-18cef127d033","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://betpaddi.com/api/v1/conversion/bookies","description":"<p>Use this endpoint to fetch array of supported bookmarkers available for conversion.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d4e1d08c-51e1-4d92-a564-5925001f6fed","id":"d4e1d08c-51e1-4d92-a564-5925001f6fed","name":"Betpaddi API","type":"collection"}},"urlObject":{"path":["conversion","bookies"],"host":["https://betpaddi.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"8fbff700-df5d-4e59-97a5-5965855bd852","name":"Supported Bookies - Success","originalRequest":{"method":"GET","header":[],"url":"https://betpaddi.com/api/v1/conversion/bookies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/8.1.30"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"access-control-allow-methods","value":"GET, OPTIONS"},{"key":"access-control-allow-headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"vary","value":"Accept-Encoding"},{"key":"content-length","value":"1193"},{"key":"content-encoding","value":"gzip"},{"key":"date","value":"Wed, 21 May 2025 12:24:35 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"1xbet:bf\": {\n            \"bookie\": \"1xbet:bf\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"1xbet -Burkina Faso\",\n            \"brand\": \"1xbet\",\n            \"img\": \"\"\n        },\n        \"1xbet:bj\": {\n            \"bookie\": \"1xbet:bj\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"1xbet -Benin\",\n            \"brand\": \"1xbet\",\n            \"img\": \"\"\n        },\n        \"1xbet:ci\": {\n            \"bookie\": \"1xbet:ci\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"1xbet -Côte d'Ivoire\",\n            \"brand\": \"1xbet\",\n            \"img\": \"\"\n        },\n        \"1xbet:cm\": {\n            \"bookie\": \"1xbet:cm\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"1xbet -Cameroon\",\n            \"brand\": \"1xbet\",\n            \"img\": \"\"\n        },\n        \"1xbet:et\": {\n            \"bookie\": \"1xbet:et\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"1xbet -Ethiopia\",\n            \"brand\": \"1xbet\",\n            \"img\": \"\"\n        },\n        \"1xbet:gh\": {\n            \"bookie\": \"1xbet:gh\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"1xbet -Ghana\",\n            \"brand\": \"1xbet\",\n            \"img\": \"\"\n        },\n        \"1xbet:in\": {\n            \"bookie\": \"1xbet:in\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"1xbet -India\",\n            \"brand\": \"1xbet\",\n            \"img\": \"\"\n        },\n        \"1xbet:ke\": {\n            \"bookie\": \"1xbet:ke\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"1xbet -Kenya\",\n            \"brand\": \"1xbet\",\n            \"img\": \"\"\n        },\n        \"1xbet:ml\": {\n            \"bookie\": \"1xbet:ml\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"1xbet -Mali\",\n            \"brand\": \"1xbet\",\n            \"img\": \"\"\n        },\n        \"1xbet:mw\": {\n            \"bookie\": \"1xbet:mw\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"1xbet -Malawi\",\n            \"brand\": \"1xbet\",\n            \"img\": \"\"\n        },\n        \"1xbet:ng\": {\n            \"bookie\": \"1xbet:ng\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"1xbet -Nigeria\",\n            \"brand\": \"1xbet\",\n            \"img\": \"\"\n        },\n        \"1xbet:sn\": {\n            \"bookie\": \"1xbet:sn\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"1xbet -Senegal\",\n            \"brand\": \"1xbet\",\n            \"img\": \"\"\n        },\n        \"1xbet:ug\": {\n            \"bookie\": \"1xbet:ug\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"1xbet -Uganda\",\n            \"brand\": \"1xbet\",\n            \"img\": \"\"\n        },\n        \"1xbet:xx\": {\n            \"bookie\": \"1xbet:xx\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"1xbet -Global\",\n            \"brand\": \"1xbet\",\n            \"img\": \"\"\n        },\n        \"1xbet:zm\": {\n            \"bookie\": \"1xbet:zm\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"1xbet -Zambia\",\n            \"brand\": \"1xbet\",\n            \"img\": \"\"\n        },\n        \"1xbit\": {\n            \"bookie\": \"1xbit\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"1xbit \",\n            \"brand\": \"1xbit\",\n            \"img\": \"\"\n        },\n        \"22bet\": {\n            \"bookie\": \"22bet\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"22bet \",\n            \"brand\": \"22bet\",\n            \"img\": \"\"\n        },\n        \"888starz:xx\": {\n            \"bookie\": \"888starz:xx\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"888starz -Global\",\n            \"brand\": \"888starz\",\n            \"img\": \"\"\n        },\n        \"afropari\": {\n            \"bookie\": \"afropari\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"afropari \",\n            \"brand\": \"afropari\",\n            \"img\": \"\"\n        },\n        \"bangbet\": {\n            \"bookie\": \"bangbet\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"bangbet \",\n            \"brand\": \"bangbet\",\n            \"img\": \"\"\n        },\n        \"bet9ja\": {\n            \"bookie\": \"bet9ja\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"bet9ja \",\n            \"brand\": \"bet9ja\",\n            \"img\": \"\"\n        },\n        \"betandyou\": {\n            \"bookie\": \"betandyou\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"betandyou \",\n            \"brand\": \"betandyou\",\n            \"img\": \"\"\n        },\n        \"betano:ng\": {\n            \"bookie\": \"betano:ng\",\n            \"from\": \"1\",\n            \"to\": \"0\",\n            \"name\": \"betano -Nigeria\",\n            \"brand\": \"betano\",\n            \"img\": \"\"\n        },\n        \"betcorrect:ng\": {\n            \"bookie\": \"betcorrect:ng\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"betcorrect -Nigeria\",\n            \"brand\": \"betcorrect\",\n            \"img\": \"\"\n        },\n        \"betgr8:xx\": {\n            \"bookie\": \"betgr8:xx\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"betgr8 -Global\",\n            \"brand\": \"betgr8\",\n            \"img\": \"\"\n        },\n        \"betika:cd\": {\n            \"bookie\": \"betika:cd\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"betika -Congo (Democratic Republic of the)\",\n            \"brand\": \"betika\",\n            \"img\": \"\"\n        },\n        \"betika:et\": {\n            \"bookie\": \"betika:et\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"betika -Ethiopia\",\n            \"brand\": \"betika\",\n            \"img\": \"\"\n        },\n        \"betika:gh\": {\n            \"bookie\": \"betika:gh\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"betika -Ghana\",\n            \"brand\": \"betika\",\n            \"img\": \"\"\n        },\n        \"betika:ke\": {\n            \"bookie\": \"betika:ke\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"betika -Kenya\",\n            \"brand\": \"betika\",\n            \"img\": \"\"\n        },\n        \"betika:mz\": {\n            \"bookie\": \"betika:mz\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"betika -Mozambique\",\n            \"brand\": \"betika\",\n            \"img\": \"\"\n        },\n        \"betika:tz\": {\n            \"bookie\": \"betika:tz\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"betika -Tanzania\",\n            \"brand\": \"betika\",\n            \"img\": \"\"\n        },\n        \"betika:zm\": {\n            \"bookie\": \"betika:zm\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"betika -Zambia\",\n            \"brand\": \"betika\",\n            \"img\": \"\"\n        },\n        \"betking:ng\": {\n            \"bookie\": \"betking:ng\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"betking -Nigeria\",\n            \"brand\": \"betking\",\n            \"img\": \"\"\n        },\n        \"betlion:zm\": {\n            \"bookie\": \"betlion:zm\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"betlion -Zambia\",\n            \"brand\": \"betlion\",\n            \"img\": \"\"\n        },\n        \"betpawa\": {\n            \"bookie\": \"betpawa\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"betpawa \",\n            \"brand\": \"betpawa\",\n            \"img\": \"\"\n        },\n        \"betway:ng\": {\n            \"bookie\": \"betway:ng\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"betway -Nigeria\",\n            \"brand\": \"betway\",\n            \"img\": \"\"\n        },\n        \"betway:za\": {\n            \"bookie\": \"betway:za\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"betway -South Africa\",\n            \"brand\": \"betway\",\n            \"img\": \"\"\n        },\n        \"betwinner\": {\n            \"bookie\": \"betwinner\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"betwinner \",\n            \"brand\": \"betwinner\",\n            \"img\": \"\"\n        },\n        \"betwinner:ng\": {\n            \"bookie\": \"betwinner:ng\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"betwinner -Nigeria\",\n            \"brand\": \"betwinner\",\n            \"img\": \"\"\n        },\n        \"db_bet\": {\n            \"bookie\": \"db_bet\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"db bet \",\n            \"brand\": \"db_bet\",\n            \"img\": \"\"\n        },\n        \"easybet:za\": {\n            \"bookie\": \"easybet:za\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"easybet -South Africa\",\n            \"brand\": \"easybet\",\n            \"img\": \"\"\n        },\n        \"fansport:ng\": {\n            \"bookie\": \"fansport:ng\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"fansport -Nigeria\",\n            \"brand\": \"fansport\",\n            \"img\": \"\"\n        },\n        \"football:gh\": {\n            \"bookie\": \"football:gh\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"football -Ghana\",\n            \"brand\": \"football\",\n            \"img\": \"\"\n        },\n        \"football:ng\": {\n            \"bookie\": \"football:ng\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"football -Nigeria\",\n            \"brand\": \"football\",\n            \"img\": \"\"\n        },\n        \"goldpari\": {\n            \"bookie\": \"goldpari\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"goldpari \",\n            \"brand\": \"goldpari\",\n            \"img\": \"\"\n        },\n        \"helabet\": {\n            \"bookie\": \"helabet\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"helabet \",\n            \"brand\": \"helabet\",\n            \"img\": \"\"\n        },\n        \"ilot:ng\": {\n            \"bookie\": \"ilot:ng\",\n            \"from\": \"1\",\n            \"to\": \"0\",\n            \"name\": \"ilotbet -Nigeria\",\n            \"brand\": \"ilotbet\",\n            \"img\": \"\"\n        },\n        \"konjobet:et\": {\n            \"bookie\": \"konjobet:et\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"Konjobet -Ethiopia\",\n            \"brand\": \"Konjobet\",\n            \"img\": \"\"\n        },\n        \"linebet\": {\n            \"bookie\": \"linebet\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"linebet \",\n            \"brand\": \"linebet\",\n            \"img\": \"\"\n        },\n        \"livescorebet:ng\": {\n            \"bookie\": \"livescorebet:ng\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"livescorebet -Nigeria\",\n            \"brand\": \"livescorebet\",\n            \"img\": \"\"\n        },\n        \"megapari\": {\n            \"bookie\": \"megapari\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"megapari \",\n            \"brand\": \"megapari\",\n            \"img\": \"\"\n        },\n        \"melbet\": {\n            \"bookie\": \"melbet\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"melbet \",\n            \"brand\": \"melbet\",\n            \"img\": \"\"\n        },\n        \"melbet:bj\": {\n            \"bookie\": \"melbet:bj\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"melbet -Benin\",\n            \"brand\": \"melbet\",\n            \"img\": \"\"\n        },\n        \"merrybet\": {\n            \"bookie\": \"merrybet\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"merrybet \",\n            \"brand\": \"merrybet\",\n            \"img\": \"\"\n        },\n        \"msport\": {\n            \"bookie\": \"msport\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"msport \",\n            \"brand\": \"msport\",\n            \"img\": \"\"\n        },\n        \"odibet:gh\": {\n            \"bookie\": \"odibet:gh\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"odibet -Ghana\",\n            \"brand\": \"odibet\",\n            \"img\": \"\"\n        },\n        \"odibet:ke\": {\n            \"bookie\": \"odibet:ke\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"odibet -Kenya\",\n            \"brand\": \"odibet\",\n            \"img\": \"\"\n        },\n        \"paripesa\": {\n            \"bookie\": \"paripesa\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"paripesa \",\n            \"brand\": \"paripesa\",\n            \"img\": \"\"\n        },\n        \"paripulse:in\": {\n            \"bookie\": \"paripulse:in\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"paripulse -India\",\n            \"brand\": \"paripulse\",\n            \"img\": \"\"\n        },\n        \"paripulse:ng\": {\n            \"bookie\": \"paripulse:ng\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"paripulse -Nigeria\",\n            \"brand\": \"paripulse\",\n            \"img\": \"\"\n        },\n        \"planbet:xx\": {\n            \"bookie\": \"planbet:xx\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"planbet -Global\",\n            \"brand\": \"planbet\",\n            \"img\": \"\"\n        },\n        \"playabetcoza:za\": {\n            \"bookie\": \"playabetcoza:za\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"playabetcoza -South Africa\",\n            \"brand\": \"playabetcoza\",\n            \"img\": \"\"\n        },\n        \"sky247:ng\": {\n            \"bookie\": \"sky247:ng\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"sky247 -Nigeria\",\n            \"brand\": \"sky247\",\n            \"img\": \"\"\n        },\n        \"sportybet:br\": {\n            \"bookie\": \"sportybet:br\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"sportybet -Brazil\",\n            \"brand\": \"sportybet\",\n            \"img\": \"\"\n        },\n        \"sportybet:gh\": {\n            \"bookie\": \"sportybet:gh\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"sportybet -Ghana\",\n            \"brand\": \"sportybet\",\n            \"img\": \"\"\n        },\n        \"sportybet:ng\": {\n            \"bookie\": \"sportybet:ng\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"sportybet -Nigeria\",\n            \"brand\": \"sportybet\",\n            \"img\": \"\"\n        },\n        \"sportybet:tz\": {\n            \"bookie\": \"sportybet:tz\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"sportybet -Tanzania\",\n            \"brand\": \"sportybet\",\n            \"img\": \"\"\n        },\n        \"sportybet:ug\": {\n            \"bookie\": \"sportybet:ug\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"sportybet -Uganda\",\n            \"brand\": \"sportybet\",\n            \"img\": \"\"\n        },\n        \"sportybet:za\": {\n            \"bookie\": \"sportybet:za\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"sportybet -South Africa\",\n            \"brand\": \"sportybet\",\n            \"img\": \"\"\n        },\n        \"sportybet:zm\": {\n            \"bookie\": \"sportybet:zm\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"sportybet -Zambia\",\n            \"brand\": \"sportybet\",\n            \"img\": \"\"\n        },\n        \"xparibet\": {\n            \"bookie\": \"xparibet\",\n            \"from\": \"1\",\n            \"to\": \"1\",\n            \"name\": \"xparibet \",\n            \"brand\": \"xparibet\",\n            \"img\": \"\"\n        }\n    }\n}"}],"_postman_id":"2c9389f3-af8f-4802-8e63-18cef127d033"},{"name":"Convert Code","id":"7c9a89bf-a354-4fb1-a085-87b35ad3ea65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"code\":\"HZV5RA\",\n  \"bookie1\":\"sportybet:ng\",\n  \"bookie2\":\"1xbet:ng\"\n}","options":{"raw":{"language":"json"}}},"url":"https://betpaddi.com/api/v1/conversion/convert-code","description":"<p>Use this endpoint to perform bet code conversion.</p>\n<h4 id=\"request-parameters\">Request Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>code</td>\n<td>string</td>\n<td><code>Required</code> Booking code to convert</td>\n</tr>\n<tr>\n<td>bookie1</td>\n<td>string</td>\n<td><code>Required</code> bookie you want to convert from</td>\n</tr>\n<tr>\n<td>bookie2</td>\n<td>string</td>\n<td><code>Required</code> Bookie you want to convert to</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d4e1d08c-51e1-4d92-a564-5925001f6fed","id":"d4e1d08c-51e1-4d92-a564-5925001f6fed","name":"Betpaddi API","type":"collection"}},"urlObject":{"path":["conversion","convert-code"],"host":["https://betpaddi.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"e379939b-165d-488e-b46c-df5e924196bd","name":"Convert Code - Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"code\":\"HZV5RA\",\n  \"bookie1\":\"sportybet:ng\",\n  \"bookie2\":\"1xbet:ng\"\n}","options":{"raw":{"language":"json"}}},"url":"https://betpaddi.com/api/v1/conversion/convert-code"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/8.1.30"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"access-control-allow-methods","value":"POST, OPTIONS"},{"key":"access-control-allow-headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"vary","value":"Accept-Encoding"},{"key":"content-length","value":"66"},{"key":"content-encoding","value":"gzip"},{"key":"date","value":"Wed, 21 May 2025 12:44:18 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Conversion successful\",\n    \"code\": \"LZKQ4\"\n}"}],"_postman_id":"7c9a89bf-a354-4fb1-a085-87b35ad3ea65"},{"name":"Predictions","id":"2abdcc58-64fd-4528-9703-8276e1b59c98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://betpaddi.com/api/v1/predictions","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"d4e1d08c-51e1-4d92-a564-5925001f6fed","id":"d4e1d08c-51e1-4d92-a564-5925001f6fed","name":"Betpaddi API","type":"collection"}},"urlObject":{"path":["predictions"],"host":["https://betpaddi.com/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"2abdcc58-64fd-4528-9703-8276e1b59c98"}],"auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"}},"event":[{"listen":"prerequest","script":{"id":"9e498cc1-b47a-46d5-8362-d7d2a6137043","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"ac9d3ebc-804d-421b-91ce-dd92ded07dad","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"apiurl","value":"https://betpaddi.com/api/v1"}]}