type of board

I have a RedBot from Sparkfun and want it to program with Arduino.
Therefore i must under Tools – board given the name of the board but in the list i can not see the name REDBOT.
With type of board must i select?

Thanks for help.

Depends on what bootloader is installed if one exists and you want to do serial downloads.
If no bootloader exists and the chips is a 328P running at 16 MHz, I'd install Uno bootloader. Or select Uno as the board type, connect an AVR programmer to its ISP/ICSP header, and use File:Upload Using Programmer to load a sketch and not have a bootloader.
Provide a link to "RedBot" for a more definitive answer.

RedBot uses an Optiboot bootloder, so choose Arduino Uno.