You have two issues:
1. Protection against failure.
2. Performance in a gaming system.
1. Re: protection.
The value of raid-1 and it's variants like raid-5 is that you can recover from a drive failure quickly. It is for servers that can not tolerate any interruption.
Modern hard drives have a advertised mean time to failure on the order of 500,000+ hours. That is something like 50 years. SSD's are similar.
With raid-1 you are protecting yourself from specifically a hard drive failure. Not from other failures such as viruses, operator error,
malware,raid controller failure fire, theft, etc.
For that, you need external backup. If you have external backup, and can tolerate some recovery time, you do not need raid-1 or raid-5.
2. Performance.
Raid-0 has been over hyped as a performance enhancer.
Sequential benchmarks do look wonderful, but the real world does not seem to deliver the indicated performance benefits for most
desktop users. The reason is, that sequential benchmarks are coded for maximum overlapped I/O rates.
It depends on reading a stripe of data simultaneously from each raid-0 member, and that is rarely what we do.
The OS does mostly small random reads and writes, so raid-0 is of little use there.
There are some apps that will benefit. They are characterized by reading large files in a sequential overlapped manner.
Forget raid-0. And, raid-0 exposes you to an added point of failure, the motherboard and the raid hardware.
From a performance point of view, nothing beats a SSD.
If you can afford a sufficiently large SSD like a 1tb Samsung 850, use that for your os and apps.
Use a hard drive for storage of large files such as videos.
Using raid 0,1, or 5 will hurt performance because more data needs to be written.
And, consider the source, but Samsung claims that a ssd can actually help FPS:
http://www.samsung.com/global/business/semiconductor/minisite/SSD/global/html/why/forGamer.html