LBPRC Standings

				
					<?php

// Get the API key from the BetsAPI website.
$api_key = 'YOUR_API_KEY';

// Make the API request.
$response = wp_remote_get('https://betsapi.com/l/28045/Puerto-Rico-LBPRC?api_key=' . $api_key);

// Check the response code.
if (wp_remote_retrieve_response_code($response) !== 200) {
    // There was an error.
} else {
    // The request was successful.
    $data = json_decode(wp_remote_retrieve_body($response));
}

// Display the data.
echo $data;

?>
				
			

UPDATED: DECEMBER 7, 2024

TeamsGamesWinsLossesPercentageDifference
Senadores de San Juan20137.650-
Indios de Mayagüez20128.6001
Leones de Ponce19109.5262.5
Gigantes de Carolina211110.5242.5
Cangrejeros de Santurce20911.4504
Criollos de Caguas20515.2508
Scroll to Top