www.ke.sportpesa.com Open in urlscan Pro
196.13.121.51  Public Scan

Submitted URL: http://ke.sportpesa.com/
Effective URL: https://www.ke.sportpesa.com/en/sports-betting/football-1/
Submission: On March 07 via manual from VN — Scanned from US

Form analysis 2 forms found in the DOM

Name: formPOST /login_check

<form id="secondary_login" name="form" class="css-form ng-pristine ng-valid" action="/login_check" method="post" novalidate="novalidate">
  <input type="hidden" name="_target_path" value="https://www.ke.sportpesa.com/en/sports-betting/football-1/" autocomplete="off">
  <label for="username">Mobile</label>
  <input id="username" name="username" class="mobile" placeholder="Mobile" type="text" maxlength="14" required="required">
  <label for="password">Password</label>
  <input id="password" name="password" placeholder="Password" type="password" maxlength="20" required="required">
  <input type="submit" value="Login">
  <a class="btn-register" href="/join">Register</a>
</form>

Name: $ctrl.formPOST

<form method="post" name="$ctrl.form" id="$ctrl.form" class="live-betslip ng-pristine ng-valid" ng-show="!$ctrl.hideBetslip">
  <div class="betslip-v2" data-count="0" data-active-betslips="0">
    <div class="betslip-header">
      <div class="betslip-row">
        <div class="betslip-column ng-scope" translate="betslip.betslip">Betslip</div>
        <div class="betslip-column">
          <betslip-settings class="ng-isolate-scope">
            <div class="betslip-options-trigger" uib-popover-template="'betslipOptionsTemplate'" popover-placement="bottom-right" popover-trigger="'outsideClick'" popover-class="options-popover" popover-is-open="$ctrl.open">
              <div></div>
            </div>
            <script type="text/ng-template" id="betslipOptionsTemplate"> <div>
        <div class="title" translate="betslip.betslip_settings">Betslip Settings</div>
        <div class="separator"></div>
        <div class="content">
            <div>
                <div class="title" translate="betslip.odds_update">Odds update:</div>

                <div class="radio">
                    <label>
                        <input type="radio" value="1" ng-model="$ctrl.settings.acceptOdds" ng-change="$ctrl.settings.acceptOddsChanged()">
                        <span class="custom-radio-button"></span>
                        <span translate="betslip.accept_odds_change">Accept odds change automatically</span>
                    </label>
                </div>

                <div class="radio">
                    <label>
                        <input type="radio" value="" ng-model="$ctrl.settings.acceptOdds" ng-change="$ctrl.settings.acceptOddsChanged()">
                        <span class="custom-radio-button"></span>
                        <span translate="betslip.dont_accept_odds_change">Don’t accept odds change automatically</span>
                    </label>
                </div>
            </div>
            <div>
                <div class="title" translate="betslip.default_bet_amount" translate-values="{currency: $ctrl.currency}"></div>

                <div class="betslip-column-amount"
                     style="width:[[ $ctrl.currency.length + $ctrl.getMaxLength() - 0.5 ]]em;"
                >
                    <div class="input-group">
                        <input  class="form-control"
                                id="amount-user"
                                name="amount-user"
                                type="text"
                                maxlength="[[ $ctrl.getMaxLength() ]]"
                                required="required"
                                ng-required="true"
                                ng-model="$ctrl.settings.amount"
                                ng-change="$ctrl.settings.amountChanged()"
                                ng-blur="$ctrl.settings.fixAmount()"
                                ng-model-options="{allowInvalid: true}"
                                sp-only-numbers
                                ng-class="{'disabled': $ctrl.placingDirect()}"
                                ng-readonly="$ctrl.placingDirect()"
                        />
                    </div>
                </div>
            </div>

            <betslip-settings-toggle
                    setting="direct"
                    settings-label="betslip.direct_bet_mode"
                    settings-help="betslip.direct_mode_help"
                    on-toggle="$ctrl.toggleDirect()"
            ></betslip-settings-toggle>

            <betslip-settings-toggle
                    setting="betSpinnerSkipAnimation"
                    settings-label="betslip.bet_spinner_animation"
                    settings-help="betslip.bet_spinner_help"
                    on-toggle="$ctrl.settings.save()"
                    ng-if="$ctrl.settings.globalBetSpinnerEnabled && !$ctrl.ie"
            ></betslip-settings-toggle>
        </div>
    </div>
</script>
          </betslip-settings>
        </div>
      </div>
    </div>
    <betslip-notifications on-click="$ctrl.unifiedBetslipService.clearNotifications()" has-notifications="$ctrl.unifiedBetslipService.notifications" has-warnings="$ctrl.unifiedBetslipService.warning" error-message="" success-message=""
      class="ng-isolate-scope">
      <div class="betslip-notifications-drawer">
        <div class="betslip-notification betslip-notification-warning ng-scope" translate="betslip.notifications.warning" ng-class="{visible: $ctrl.hasNotifications &amp;&amp; $ctrl.hasWarnings}" ng-click="$ctrl.onClick()">Please review your bets
        </div>
        <div class="betslip-notification betslip-notification-error ng-scope" translate="" ng-class="{visible: $ctrl.hasNotifications &amp;&amp; $ctrl.errorMessage !== ''}" ng-click="$ctrl.onClick()"></div>
        <div class="betslip-notification betslip-notification-success ng-scope" translate="" ng-class="{visible: $ctrl.hasNotifications &amp;&amp; $ctrl.successMessage !== ''}" ng-click="$ctrl.onClick()"></div>
      </div>
    </betslip-notifications>
    <!-- ngIf: $ctrl.showBetSpinner -->
    <!-- ngIf: $ctrl.unifiedBetslip.count() == 0 && !($ctrl.showBetSpinner) -->
    <div class="betslip-message betslip-empty-message ng-scope" ng-if="$ctrl.unifiedBetslip.count() == 0 &amp;&amp; !($ctrl.showBetSpinner)">
      <div class="icon-empty"></div>
      <p class="betslip-emtpy-title ng-scope" translate="betslip.not_selected_bet">You have not selected any bet</p>
      <p translate="betslip.first_pick_to_start" class="ng-scope">Make your first pick to start playing.</p>
    </div><!-- end ngIf: $ctrl.unifiedBetslip.count() == 0 && !($ctrl.showBetSpinner) -->
    <!-- ngIf: $ctrl.isBetslipLoadEnabled --><betslip-load ng-if="$ctrl.isBetslipLoadEnabled" ng-show="$ctrl.unifiedBetslip.count() == 0 &amp;&amp; !$ctrl.showBetSpinner" class="ng-scope ng-isolate-scope">
      <div class="betslip-load-bet">
        <p translate="betslip_load_bet.heading" class="ng-scope">Or introduce your bet code:</p>
        <div class="betslip-load-bet-row">
          <div class="betslip-load-bet-input">
            <input type="text" placeholder="Bet code" ng-model="$ctrl.code" ng-disabled="$ctrl.loading" ng-change="$ctrl.error = null;" class="ng-pristine ng-untouched ng-valid ng-empty">
          </div>
          <button type="submit" class="betslip-load-bet-button" ng-class="{'loading': $ctrl.loading}" ng-disabled="$ctrl.loading || ($ctrl.error &amp;&amp; $ctrl.error != 'default_connection_error') || ('' == $ctrl.code)" disabled="disabled">
            <span class="betslip-load-bet-button-text ng-scope" translate="betslip_load_bet.cta">ADD</span>
            <span class="ls-loader-wrapper">
              <span class="ls-loader extra-small"></span>
            </span>
          </button>
        </div>
        <!-- ngIf: $ctrl.error -->
      </div>
    </betslip-load><!-- end ngIf: $ctrl.isBetslipLoadEnabled -->
    <div class="betslip-content bsa-active"
      ng-class="{'bsa-active': !$ctrl.unifiedBetslipService.isSettingsAwarenessDismissed, 'has-prematch-bets': $ctrl.unifiedBetslip.count('prematch') > 0, 'has-live-bets': $ctrl.unifiedBetslip.count('live') > 0}">
      <!-- ngIf: !$ctrl.unifiedBetslipService.isSettingsAwarenessDismissed && $ctrl.unifiedBetslip.count() > 0 -->
      <!-- ngIf: $ctrl.isMultibetBonusApplicable('prematch') -->
      <!-- ngIf: $ctrl.isMultibetBonusApplicable('live') -->
      <!-- ngRepeat: betslip in $ctrl.unifiedBetslip.betslips -->
      <betslip ng-repeat="betslip in $ctrl.unifiedBetslip.betslips" type="prematch" direct="$ctrl.settings.direct" form="$ctrl.form" hidebetslip="$ctrl.hideBetslip" show-possible-taxes="!$ctrl.showTotalAfterTaxes"
        show-prizes="$ctrl.showPrizesOnBetslip" class="ng-scope ng-isolate-scope">
        <!-- ngIf: $ctrl.betslip.count()>0 || $ctrl.betslip.successMessage !== null || ($ctrl.unifiedBetslip.dirty && ($ctrl.betslip.sectionerrors.length || $ctrl.betslip.beterrors.length)) -->
      </betslip><!-- end ngRepeat: betslip in $ctrl.unifiedBetslip.betslips -->
      <betslip ng-repeat="betslip in $ctrl.unifiedBetslip.betslips" type="live" direct="$ctrl.settings.direct" form="$ctrl.form" hidebetslip="$ctrl.hideBetslip" show-possible-taxes="!$ctrl.showTotalAfterTaxes" show-prizes="$ctrl.showPrizesOnBetslip"
        class="ng-scope ng-isolate-scope">
        <!-- ngIf: $ctrl.betslip.count()>0 || $ctrl.betslip.successMessage !== null || ($ctrl.unifiedBetslip.dirty && ($ctrl.betslip.sectionerrors.length || $ctrl.betslip.beterrors.length)) -->
      </betslip><!-- end ngRepeat: betslip in $ctrl.unifiedBetslip.betslips -->
      <betslip ng-repeat="betslip in $ctrl.unifiedBetslip.betslips" type="jackpot" direct="$ctrl.settings.direct" form="$ctrl.form" hidebetslip="$ctrl.hideBetslip" show-possible-taxes="!$ctrl.showTotalAfterTaxes"
        show-prizes="$ctrl.showPrizesOnBetslip" class="ng-scope ng-isolate-scope">
        <!-- ngIf: $ctrl.betslip.count()>0 || $ctrl.betslip.successMessage !== null || ($ctrl.unifiedBetslip.dirty && ($ctrl.betslip.sectionerrors.length || $ctrl.betslip.beterrors.length)) -->
      </betslip><!-- end ngRepeat: betslip in $ctrl.unifiedBetslip.betslips -->
      <div>
        <!-- ngRepeat: error in $ctrl.unifiedBetslip.generalErrors track by $index -->
      </div>
    </div>
    <!-- ngIf: $ctrl.getMultiBonusAmountTotal() -->
    <div class="betslip-footer">
      <bet-summary class="ng-isolate-scope">
        <div class="bet-summary only-jackpot" ng-class="{'only-jackpot': $ctrl.onlyJackpot()}">
          <!-- Possible taxes only in individual betslip if exists and other conditions are matched -->
          <!-- ngIf: $ctrl.showPossibleTaxes() -->
          <!-- Possible winnings only in individual betslip if exists and other conditions are matched -->
          <!-- ngIf: $ctrl.showBetslipPossibleWinnings() -->
          <!-- Stake only in individual betslip if there is excise tax -->
          <!-- ngIf: !$ctrl.isTotal() && $ctrl.hasExciseTax() -->
          <!-- Total bet amount only in totals if there are more than 1 betslip !-->
          <!-- ngIf: $ctrl.isTotal() && $ctrl.multipleBetslips() -->
          <!-- ngIf: !$ctrl.isTotal() && $ctrl.hasExciseTax() -->
          <!-- Tax amount only in totals and the total taxes are not displayed !-->
          <!-- ngIf: $ctrl.showTaxAmount() -->
          <!-- Possible winnings can be in both !-->
          <!-- ngIf: $ctrl.showPossibleWinnings() -->
          <!-- Bonus only in totals if exists !-->
          <!-- ngIf: $ctrl.isTotal() && $ctrl.hasBonus && !$ctrl.onlyJackpot() -->
          <!-- Tax amount and payout in both if displayed total after taxes !-->
          <!-- ngIf: $ctrl.showTaxes() -->
          <!-- ngIf: $ctrl.showPayout() -->
        </div>
      </bet-summary>
      <div class="betslip-actions betslip-row">
        <div class="betslip-remove-button betslip-column">
          <a class="remove remove-all text-nowrap ng-scope" href="#" ng-click="$event.preventDefault(); $ctrl.hideBetslipPopover(); $ctrl.placingDirect() || $ctrl.removeAll($event)" ng-class="{'disabled': $ctrl.placingDirect()}" translate="betslip.remove_all" tabindex="5">Remove all</a>
        </div>
        <!-- ngIf: $ctrl.betslipReady() -->
      </div>
    </div>
  </div>
</form>

Text Content

To give you the best experience possible, this website uses cookies. By viewing
our content, you are accepting the use of cookies. If you want to learn more
about the cookies that we use, view our Cookies Policy.

Accept
 * Kenya
   Ithotho (Pty) Ltd
 * Tuesday, March, 7th, 2023 - 10:10 EAT


HOW DO I REGISTER WITH SPORTPESA?

To register via SMS, follow these three simple steps:


 * STEP 1
   
   To register for S-Pesa account, please visit SportPesa, read Terms and
   Conditions and text "ACCEPT" to 79079


 * STEP 2
   
   A customer receives back a confirmation message providing him/her with
   Username, PIN and particular mobile operator Paybill #


 * STEP 3
   
   Enjoy the Game!
   
   We recommend to download our mobile app at: http://www.ke.sportpesa.com/app

Error.
SportPesa
 
 Language
Mobile Password Register
Already using SportPesa via SMS or USSD? – Forgot your password?


TOOLS & NAVIGATION

 * 
   
   Sports
   
   Live Games
   
   Casino
   
   Virtuals
   
   Jackpots NEW!
   
   eSports
   
   Lucky Numbers
   
   
   More
   Live Scores
   
   Blog
   
   News
   
   Results
   
   
   Apps
   Sports App
   
   Casino App
   
   SP Score App
   
   

Search Help 10:10:03 EAT
Betslip 0

Search
Close

Search
Betslip 0

Close
 * Login
 * Register


   
 * Sports
   
 * Live
   
 * Casino
   
 * Virtuals
   
 * Jackpots NEW!
   
 * eSports
   
 * Lucky Numbers
   


Search
Close
   
   
   
 * Football
   
   
   
 * Basketball
   
   
   
 * Tennis
   
   
   
 * eFootball
   
   
   
 * Rugby Union
   
   
   
 * Boxing
   
   
   
 * Cricket
   
   
   
 * Handball
   
   
   
 * Ice Hockey
   
   
   
 * MMA
   
   
   
 * Volleyball
   
   
   
 * Baseball
   
   

 * Highlights
   
 * Countries
   
 * Today Games
   
   
 * Upcoming Games
   


No current favorites.

International ›

England ›

Spain ›

Germany ›

Italy ›

France ›

Netherlands ›

International Clubs ›

International Youth ›

Algeria ›

Argentina ›

Australia ›

Austria ›

Azerbaijan ›

Bahrain ›

Belarus ›

Belgium ›

Bosnia & Herzegovina ›

Brazil ›

Chile ›

Colombia ›

Costa Rica ›

Croatia ›

Cyprus ›

Czech Republic ›

Denmark ›

Egypt ›

Estonia ›

Georgia ›

Greece ›

Hungary ›

Iceland ›

India ›

Indonesia ›

Ireland ›

Japan ›

Macedonia ›

Mexico ›

Montenegro ›

Morocco ›

Northern Ireland ›

Norway ›

Paraguay ›

Poland ›

Portugal ›

Qatar ›

Romania ›

Russia ›

San Marino ›

Saudi Arabia ›

Scotland ›

Serbia ›

Slovakia ›

Slovenia ›

South Korea ›

Sweden ›

Switzerland ›

Thailand ›

Turkey ›

UAE ›

Ukraine ›

USA ›

Wales ›

Ethiopia ›

England Amateur ›

Germany Amateur ›


Premier League ›

Primera Division ›

Bundesliga ›

Serie A ›

Eliteserien ›


   Sports Live Games Casino Virtuals Jackpots NEW! eSports Lucky Numbers
 * Funds
 * Deposit funds
 * Withdraw funds
 * Account
 * Edit account info
 * Bet history
 * Transactions
 * SportPesa
 * Live Scores
 * Blog
 * News
 * Results
 * Sports App
 * Casino App
 * SP Score App
 *  Language


 * English
 * Kiswahili

Loading, trying to redirect to ...
 * MEGA Jackpot Pro 17
   KSH 290,541,642
 * MEGA Jackpot Pro 16
   KSH 73,301,014
 * MEGA Jackpot Pro 15
   KSH 43,308,519
 * MEGA Jackpot Pro 14
   KSH 23,367,904
 * MEGA Jackpot Pro 13
   KSH 13,612,308
 * This week'sJackpot
   KSH 20,553,903

See all prizes

T&Cs apply
Stand a chance to win

MEGA Jackpot Pro 17 KSH 290,541,642 MEGA Jackpot Pro 16 KSH 73,301,014 MEGA
Jackpot Pro 15 KSH 43,308,519 MEGA Jackpot Pro 14 KSH 23,367,904 MEGA Jackpot
Pro 13 KSH 13,612,308

--------------------------------------------------------------------------------

Close
 * Hide
   
   
   
 * Football
    * Football
    * Highlights
      
    * Top 5 Leagues
      
    * Countries
      
    * Today Games
      
    * Upcoming Games

   
   
   
 * Basketball
    * Basketball
    * Highlights
      
    * Countries
      
    * Upcoming Games

   
   
   
 * Tennis
    * Tennis
    * Highlights
      
    * Tournaments
      
    * Upcoming Games

   
   
   
 * eFootball
    * eFootball
    * Highlights
      
    * Countries
      
    * Upcoming Games

   
   
   
 * Rugby Union
    * Rugby Union
    * Highlights
      
    * Tournaments
      
    * Upcoming Games

   
   
   
 * Boxing
    * Boxing
    * Highlights
      
    * Tournaments
      
    * Upcoming Games

   
   
   
 * Cricket
    * Cricket
    * Highlights
      
    * Countries
      
    * Upcoming Games

   
   
   
 * Handball
    * Handball
    * Highlights
      
    * Countries
      
    * Upcoming Games

   
   
   
 * Ice Hockey
    * Ice Hockey
    * Highlights
      
    * Countries
      
    * Upcoming Games

   
   
   
 * MMA
    * MMA
    * Highlights
      
    * Tournaments
      
    * Upcoming Games

   
   
   
 * Volleyball
    * Volleyball
    * Highlights
      
    * Countries
      
    * Upcoming Games

   
   
   
 * Baseball
    * Baseball
    * Highlights
      
    * Countries
      
    * Upcoming Games

   
   
   

   --------------------------------------------------------------------------------
   
   Favorites
   Login or register to save your favorites
   
   
   Join Us
   Login
   
   
   You have no favorite teams
   
   Click on the left star of any team or player to add it to your favorites
   list.

   

Layout preferences

Single market See more games

Multiple markets See more markets

--------------------------------------------------------------------------------

Cancel Save


BANNER MATCH

   
   

 * 

   
   
   
   
 * To register SMS GAME to 79079
   
   

 1. 1
 2. 2


 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 

About the markets

Highlights Games

All
Today
Wednesday
Thursday
Friday
Saturday
Show odds: Odds under:
Under
Odds under:
1.20
×
Under
Odds under:
1.50
×
Under
Odds under:
1.80
×
3 Way

Double Chance

Over/Under 2.5

Both Teams To Score


Home
Draw
Away
1 or X
X or 2
1 or 2
Over
Under
Yes
No

07/03/23 – 17:00
Game ID: 5483
17:00
07/03/23
ID: 5483
Uzbekistan
Indonesia
22 ›
3 Way

Uzbekistan
1.26
Draw
4.91
Indonesia
9.43
Double Chance

1 or X
1.05
X or 2
2.33
1 or 2
1.09
Over/Under 2.5

Over
1.76
Under
1.96
Both Teams To Score

Yes
2.21
No
1.54
›

07/03/23 – 20:45
Game ID: 5097
20:45
07/03/23
ID: 5097
Lazio
AZ Alkmaar
23 ›
3 Way

Lazio
1.69
Draw
3.74
AZ Alkmaar
4.75
Double Chance

1 or X
1.14
X or 2
1.74
1 or 2
1.18
Over/Under 2.5

Over
1.90
Under
1.81
Both Teams To Score

Yes
1.85
No
1.79
›

07/03/23 – 22:00
Game ID: 1345
22:00
07/03/23
ID: 1345
El Zamalek
Esperance Tunis
15 ›
3 Way

El Zamalek
2.40
Draw
2.87
Esperance Tunis
3.29
Double Chance

1 or X
1.24
X or 2
1.39
1 or 2
1.29
Over/Under 2.5

Over
2.60
Under
1.43
Both Teams To Score

Yes
2.10
No
1.60
›

07/03/23 – 22:45
Game ID: 5247
22:45
07/03/23
ID: 5247
Huddersfield
Bristol City
23 ›
3 Way

Huddersfield
2.89
Draw
3.19
Bristol City
2.47
Double Chance

1 or X
1.53
X or 2
1.41
1 or 2
1.35
Over/Under 2.5

Over
2.25
Under
1.57
Both Teams To Score

Yes
1.96
No
1.76
›

07/03/23 – 23:00
Game ID: 5961
23:00
07/03/23
ID: 5961
Chelsea
Borussia Dortmund
23 ›
3 Way

Chelsea
1.80
Draw
3.69
Borussia Dortmund
4.22
Double Chance

1 or X
1.16
X or 2
1.67
1 or 2
1.19
Over/Under 2.5

Over
1.79
Under
1.92
Both Teams To Score

Yes
1.72
No
1.93
›

07/03/23 – 23:00
Game ID: 4340
23:00
07/03/23
ID: 4340
SL Benfica
Brugge
23 ›
3 Way

SL Benfica
1.38
Draw
4.85
Brugge
7.59
Double Chance

1 or X
1.06
X or 2
2.22
1 or 2
1.10
Over/Under 2.5

Over
1.61
Under
2.19
Both Teams To Score

Yes
1.90
No
1.75
›

07/03/23 – 23:00
Game ID: 1058
23:00
07/03/23
ID: 1058
West Bromwich
Wigan
23 ›
3 Way

West Bromwich
1.55
Draw
3.93
Wigan
5.98
Double Chance

1 or X
1.15
X or 2
2.32
1 or 2
1.25
Over/Under 2.5

Over
2.02
Under
1.71
Both Teams To Score

Yes
2.11
No
1.65
›

07/03/23 – 23:00
Game ID: 2075
23:00
07/03/23
ID: 2075
Reading
Sheffield Utd
23 ›
3 Way

Reading
4.28
Draw
3.63
Sheffield Utd
1.80
Double Chance

1 or X
1.95
X or 2
1.23
1 or 2
1.29
Over/Under 2.5

Over
1.91
Under
1.80
Both Teams To Score

Yes
1.84
No
1.87
›

08/03/23 – 15:00
Game ID: 5424
15:00
08/03/23
ID: 5424
Jordan
Oman
22 ›
3 Way

Jordan
1.48
Draw
3.74
Oman
6.26
Double Chance

1 or X
1.08
X or 2
1.94
1 or 2
1.16
Over/Under 2.5

Over
2.18
Under
1.61
Both Teams To Score

Yes
2.29
No
1.51
›

08/03/23 – 22:45
Game ID: 5212
22:45
08/03/23
ID: 5212
Celtic
Hearts
23 ›
3 Way

Celtic
1.21
Draw
6.53
Hearts
11.59
Double Chance

1 or X
1.03
X or 2
2.70
1 or 2
1.05
Over/Under 2.5

Over
1.34
Under
3.00
Both Teams To Score

Yes
1.84
No
1.80
›

08/03/23 – 22:45
Game ID: 2820
22:45
08/03/23
ID: 2820
Livingston
Dundee Utd
23 ›
3 Way

Livingston
2.21
Draw
3.26
Dundee Utd
3.26
Double Chance

1 or X
1.24
X or 2
1.46
1 or 2
1.24
Over/Under 2.5

Over
2.16
Under
1.62
Both Teams To Score

Yes
1.89
No
1.76
›

08/03/23 – 22:45
Game ID: 4184
22:45
08/03/23
ID: 4184
Hibernian
Rangers FC
23 ›
3 Way

Hibernian
5.17
Draw
4.11
Rangers FC
1.59
Double Chance

1 or X
1.87
X or 2
1.11
1 or 2
1.15
Over/Under 2.5

Over
1.66
Under
2.09
Both Teams To Score

Yes
1.72
No
1.92
›

08/03/23 – 23:00
Game ID: 2107
23:00
08/03/23
ID: 2107
Tottenham
AC Milan
23 ›
3 Way

Tottenham
1.96
Draw
3.47
AC Milan
3.79
Double Chance

1 or X
1.19
X or 2
1.57
1 or 2
1.21
Over/Under 2.5

Over
1.95
Under
1.76
Both Teams To Score

Yes
1.79
No
1.85
›

08/03/23 – 23:00
Game ID: 1417
23:00
08/03/23
ID: 1417
Bayern Munchen
Paris St Germain
23 ›
3 Way

Bayern Munchen
1.83
Draw
4.16
Paris St Germain
3.63
Double Chance

1 or X
1.20
X or 2
1.65
1 or 2
1.16
Over/Under 2.5

Over
1.41
Under
2.70
Both Teams To Score

Yes
1.42
No
2.55
›

09/03/23 – 20:45
Game ID: 3794
20:45
09/03/23
ID: 3794
Sporting Lisbon
Arsenal
23 ›
3 Way

Sporting Lisbon
3.27
Draw
3.27
Arsenal
2.22
Double Chance

1 or X
1.48
X or 2
1.23
1 or 2
1.23
Over/Under 2.5

Over
1.95
Under
1.77
Both Teams To Score

Yes
1.75
No
1.90
›

There are no events for the current section
About the markets

Today Highlights Games

All
Today
Wednesday
Thursday
Friday
Saturday
Show odds: Odds under:
Under
Odds under:
1.20
×
Under
Odds under:
1.50
×
Under
Odds under:
1.80
×
3 Way

Double Chance

Over/Under 2.5

Both Teams To Score


Home
Draw
Away
1 or X
X or 2
1 or 2
Over
Under
Yes
No

07/03/23 – 11:00
Game ID: 4330
11:00
07/03/23
ID: 4330
Psis Semarang
Persepam MU
22 ›
3 Way

Psis Semarang
2.17
Draw
3.23
Persepam MU
2.98
Double Chance

1 or X
1.27
X or 2
1.42
1 or 2
1.24
Over/Under 2.5

Over
1.99
Under
1.74
Both Teams To Score

Yes
1.76
No
1.88
›

07/03/23 – 12:00
Game ID: 5559
12:00
07/03/23
ID: 5559
Zira FK 2
Gabala Fk-2
22 ›
3 Way

Zira FK 2
2.42
Draw
3.36
Gabala Fk-2
2.54
Double Chance

1 or X
1.34
X or 2
1.36
1 or 2
1.22
Over/Under 2.5

Over
1.75
Under
1.96
Both Teams To Score

Yes
1.60
No
2.10
›

07/03/23 – 13:00
Game ID: 1502
13:00
07/03/23
ID: 1502
Qatar U20
Australia U20
22 ›
3 Way

Qatar U20
6.64
Draw
4.29
Australia U20
1.39
Double Chance

1 or X
2.06
X or 2
1.08
1 or 2
1.13
Over/Under 2.5

Over
1.79
Under
1.91
Both Teams To Score

Yes
1.99
No
1.68
›

07/03/23 – 13:00
Game ID: 4763
13:00
07/03/23
ID: 4763
Vietnam U20
Iran U20
22 ›
3 Way

Vietnam U20
5.46
Draw
3.56
Iran U20
1.56
Double Chance

1 or X
1.81
X or 2
1.11
1 or 2
1.18
Over/Under 2.5

Over
2.21
Under
1.59
Both Teams To Score

Yes
2.18
No
1.56
›

07/03/23 – 13:00
Game ID: 4940
13:00
07/03/23
ID: 4940
Bali Utd Pusam
Persita Tangerang
22 ›
3 Way

Bali Utd Pusam
1.48
Draw
4.20
Persita Tangerang
5.28
Double Chance

1 or X
1.11
X or 2
1.91
1 or 2
1.14
Over/Under 2.5

Over
1.55
Under
2.29
Both Teams To Score

Yes
1.64
No
2.04
›

07/03/23 – 15:50
Game ID: 2114
15:50
07/03/23
ID: 2114
AL Qaisoma
Al Faisaly (KSA)
15 ›
3 Way

AL Qaisoma
3.72
Draw
3.03
Al Faisaly (KSA)
1.98
Double Chance

1 or X
1.52
X or 2
1.19
1 or 2
1.25
Over/Under 2.5

Over
2.55
Under
1.46
Both Teams To Score

Yes
2.17
No
1.56
›

07/03/23 – 16:00
Game ID: 1400
16:00
07/03/23
ID: 1400
AL Khlood
Alshoulla
15 ›
3 Way

AL Khlood
1.76
Draw
3.18
Alshoulla
4.50
Double Chance

1 or X
1.14
X or 2
1.64
1 or 2
1.23
Over/Under 2.5

Over
2.55
Under
1.46
Both Teams To Score

Yes
2.27
No
1.52
›

07/03/23 – 16:00
Game ID: 4753
16:00
07/03/23
ID: 4753
Sidama Bunna SC
Dire Dawa Kenema FC
22 ›
3 Way

Sidama Bunna SC
2.19
Draw
2.99
Dire Dawa Kenema FC
3.18
Double Chance

1 or X
1.24
X or 2
1.43
1 or 2
1.26
Over/Under 2.5

Over
2.08
Under
1.67
Both Teams To Score

Yes
1.79
No
1.84
›

07/03/23 – 16:00
Game ID: 3354
16:00
07/03/23
ID: 3354
AL Hilal
Cotonsport
15 ›
3 Way

AL Hilal
1.30
Draw
4.94
Cotonsport
10.09
Double Chance

1 or X
1.04
X or 2
2.32
1 or 2
1.10
Over/Under 2.5

Over
1.85
Under
1.85
Both Teams To Score

Yes
2.35
No
1.48
›

07/03/23 – 16:00
Game ID: 2195
16:00
07/03/23
ID: 2195
ND Primorje
Zavrc
22 ›
3 Way

ND Primorje
1.21
Draw
6.42
Zavrc
11.04
Double Chance

1 or X
1.03
X or 2
2.55
1 or 2
1.06
Over/Under 2.5

Over
1.41
Under
2.70
Both Teams To Score

Yes
1.87
No
1.77
›

07/03/23 – 16:30
Game ID: 2086
16:30
07/03/23
ID: 2086
Tatran Presov
AS Trencin
22 ›
3 Way

Tatran Presov
3.28
Draw
3.28
AS Trencin
2.02
Double Chance

1 or X
1.50
X or 2
1.22
1 or 2
1.22
Over/Under 2.5

Over
1.80
Under
1.90
Both Teams To Score

Yes
1.65
No
2.03
›

07/03/23 – 16:35
Game ID: 4279
16:35
07/03/23
ID: 4279
Baniyas
Al Wasl Dubai
22 ›
3 Way

Baniyas
3.23
Draw
3.32
Al Wasl Dubai
2.02
Double Chance

1 or X
1.50
X or 2
1.23
1 or 2
1.22
Over/Under 2.5

Over
1.80
Under
1.90
Both Teams To Score

Yes
1.65
No
2.02
›

07/03/23 – 17:00
Game ID: 3021
17:00
07/03/23
ID: 3021
Pendikspor
Tuzlaspor
23 ›
3 Way

Pendikspor
1.55
Draw
4.05
Tuzlaspor
5.66
Double Chance

1 or X
1.10
X or 2
1.89
1 or 2
1.16
Over/Under 2.5

Over
1.79
Under
1.92
Both Teams To Score

Yes
1.86
No
1.78
›

07/03/23 – 17:00
Game ID: 5752
17:00
07/03/23
ID: 5752
Iraq
Syria
22 ›
3 Way

Iraq
1.47
Draw
3.76
Syria
6.24
Double Chance

1 or X
1.09
X or 2
1.92
1 or 2
1.16
Over/Under 2.5

Over
2.12
Under
1.64
Both Teams To Score

Yes
2.21
No
1.54
›

07/03/23 – 17:00
Game ID: 2177
17:00
07/03/23
ID: 2177
CS Constantine
JS Kabylie
23 ›
3 Way

CS Constantine
1.76
Draw
3.24
JS Kabylie
4.89
Double Chance

1 or X
1.13
X or 2
1.66
1 or 2
1.23
Over/Under 2.5

Over
2.65
Under
1.43
Both Teams To Score

Yes
2.38
No
1.47
›

There are no events for the current section
Betslip

Betslip

Please review your bets



You have not selected any bet

Make your first pick to start playing.

Or introduce your bet code:


ADD

Remove all



PAYBILL NUMBERS

Your account/reference number should be your registered number.

 * 955100 or 5212121
 * 955100 or SPORTPESA


CUSTOMER CARE

We offer 24/7 customer care attention to SportPesa players

0755 079 079 0709 079 079
care@ke.sportpesa.com
 * 
 * 
 * 
 * 
 * 

About Football betting

SportPesa is your best and most trustworthy betting platform for online football
betting! Get the best football odds and bet on your favorite games only on our
website or the SportPesa app and get a multi-bet bonus on your winnings. Worry
not about today’s football prediction as we offer a wide range of markets for
soccer betting.


MAIN FOOTER

Your bet is subject Terms and Conditions. Betting Rules and Limits are available
at http://www.ke.sportpesa.com/terms_and_conditions
Your bet is subject to Terms and Conditions. Betting Rules and Limits are
available at www.sportpesa.co.za Ithotho (Pty) Ltd (Registration number
2006/005935/07) is a licenced Totalisator Operator with the KwaZulu-Natal Gaming
and Betting Board, under totalisator licence number TOT0001 SportPesa (Pty) Ltd
is an agent of Ithotho (Pty) Ltd, a licenced Totalisator Operator with the
KwaZulu-Natal Gaming and Betting Board, under totalisator licence number
TOT0001. Ithotho and SportPesa supports responsible gambling. No person under
the age of 18 is permitted to gamble. Winners know when to stop. Contact the
National Responsible Gambling Programme, toll-free, on 0800 006 008


SPORTPESA

 * P.O.BOX 25675-00100 NAIROBI
 * SportPesa News
 * Need help? Contact us
 * care@ke.sportpesa.com
 * Facebook
 * Twitter
 * YouTube
 * Instagram
 * WhatsApp
 * TikTok


SUPPORT AND TRUST

 * How to play
 * Terms and Conditions
 * Responsible Gaming
 * Privacy Policy
 * Cookies Policy


LEGAL AND COMPLIANCE

 * 
 * This forum is open only to persons over the age of 18 years.
 * Gambling may have adverse effects if not taken in moderation.


LICENCE

 * The Operator of this website, is licensed and regulated by the Betting
   Control and Licensing Board under License number BK 0000448. Casino products
   are provided by Standard Global East Africa Limited which is duly licensed
   under BCLB License No. 0000263.

Kenya Tanzania United Kingdom

Copyright © 2023 Kentech S.L.U. – All rights reserved ®

Version: 3.9.24.5 2023-02-24


↑


SPORTPESA

P.O.BOX 25675-00100 NAIROBI

SportPesa News http://sportpesanews.com/

Need help? Contact us

care@ke.sportpesa.com

Facebook https://www.facebook.com/SportpesaKenya

Twitter https://twitter.com/sportpesa

YouTube https://www.youtube.com/user/sportpesa

Instagram https://instagram.com/sportpesa

WhatsApp https://wa.me/qr/IM3PH4CFRVVIF1

TikTok https://www.tiktok.com/@sportpesa


SUPPORT AND TRUST

How to play http://www.ke.sportpesa.com/how_to_play

Terms and Conditions http://www.ke.sportpesa.com/terms_and_conditions

Responsible Gaming http://www.ke.sportpesa.com/responsible_gaming

Privacy Policy http://www.ke.sportpesa.com/privacy_policy

Cookies Policy http://www.ke.sportpesa.com/cookies_policy


LEGAL AND COMPLIANCE

http://www.ke.sportpesa.com/adults_only

This forum is open only to persons over the age of 18 years.

Gambling may have adverse effects if not taken in moderation.


LICENCE

The Operator of this website, is licensed and regulated by the Betting Control
and Licensing Board under License number BK 0000448. Casino products are
provided by Standard Global East Africa Limited which is duly licensed under
BCLB License No. 0000263.