You'll get an array of return values with 7 values (0-6). The third one should be an array with 4 values. Thus you will be able to return multiple values from Solidity function in web3js.
In the Truffle style:
contract.testReturnBet(index).then(function(response) {
console.log(response); // should be an array
});