Skip to main content

BettingStatusService

A list of all methods in the BettingStatusService service. Click on the method name to view detailed information about that method.

MethodsDescription
bets_get_betting_statusReturns current betting status. During maintenance windows betting could be disabled, you can call this operation to check the current betting status.

bets_get_betting_status

Returns current betting status. During maintenance windows betting could be disabled, you can call this operation to check the current betting status.

  • HTTP Method: GET
  • Endpoint: /v4/bets/betting-status

Return Type

BettingStatusResponse

Example Usage Code Snippet

from pinnacle_bets import PinnacleBets, Environment

sdk = PinnacleBets(
username="YOUR_USERNAME",
password="YOUR_PASSWORD",
base_url=Environment.DEFAULT.value
)

result = sdk.betting_status.bets_get_betting_status()

print(result)

Build Your Own SDKs with  liblab

Build developer friendly SDKs in minutes from your APIs

Start for Free →