Is it possible to frontrun a RNG from an oracle?

Hypothetically say you had a random number game. A random number 0-99 is retrieved from an oracle like chainlink. If the number is <49 the player wins else the player loses. Would getting that number first and paying for another transaction to go through first be a concern? Please assume that there is a cooldown timer or something that will block the second transaction no matter what the result of the first one was.