IPL Auction 2025
PLAYER ON AUCTION
                
                  {{intervalApiData.all_players[0].player_name.split(' ')[0]}}
                  {{intervalApiData.all_players[0].player_name.split(' ').slice(1).join(' ')}}
                
                
                
              
              {{intervalApiData.all_players[0].skill}}
              Retained by: {{ intervalApiData.all_players[0].team_name}}
              
            
                BASE PRICE (₹)
                {{moneyConverter(intervalApiData.all_players[0].base_price)}}
              
              
                FINAL BID (₹)
                {{moneyConverter(intervalApiData.all_players[0].auction_price)}}
              
            
                  PURSE AMOUNT(₹)
                  {{getAmount(1)}}
                
                
                  AMOUNT SPENT(₹)
                  {{getAmount(2)}}
                
                
                  AMOUNT REMAINING(₹)
                  
                    
                    
                      
                  
                  {{getAmount(3)}}
                
                Adjusted amount on the basis of the total retention deduction
                  RTM REMAINING
                  {{getAmount(6)}}
                
              {{getTitle(index)}}
                        PLAYERS
                      
                      
                        BASE PRICE (₹)
                      
                      
                        FINAL BID (₹)
                      
                      
                        SALARY (₹)
                      
                    No Data Available
                      
                              
                                {{player.player_name.split(' ')[0]}}
                                {{player.player_name.split(' ').slice(1).join(' ')}}
                              
                              
                              
                            
                            
                          {{getAmount(5,player)}}
                        
                        
                          {{getAmount(4,player)}}