MIND & RESPONSIBILITY

The house money effect: why a win changes the next bet

Illustration for “The house money effect: why a win changes the next bet”
The house money effect is the tendency to take more risk with money recently won than with money you arrived with, as if the winnings were the casino’s and only the stake were yours. Richard Thaler and Eric Johnson documented it in 1990: after a prior gain, people accepted gambles they would otherwise refuse; after a prior loss they mostly avoided risk, except when a gamble offered the chance to break even, which they took readily. They called the second pattern the break-even effect. Both come from mental accounting: the mind keeps winnings, losses and the original stake in separate ledgers with different rules, when in fact every unit is the same money. On this site the wallet keeps one number. A payout is credited to the same balance a deposit sits in, and the engine that decides the next round reads nothing about the last one, so the only place “house money” exists is in the player’s head. The limits on the settings page are the tool for that, because they are set before the win arrives.
BETKYO RESEARCHPUBLISHED 2026-09-11UPDATED 2026-09-118 MIN READ

The 1990 experiment

Thaler and Johnson asked a simple question that standard economics could not answer: does a prior win or loss change how much risk a person will take next? A rational agent treats money as money; thirty dollars is thirty dollars whether it came from a pay cheque or a coin flip an hour ago. So the next gamble should be judged on its own terms, regardless of what came before.

It is not. In a series of questionnaire and cash experiments with MBA students, the authors gave subjects a prior outcome and then offered a gamble. After being told they had just won $30, a majority accepted a fair coin flip for $9 that fewer than half would accept with no prior outcome. After being told they had just lost $30, most refused the same flip. But offered a gamble whose winning outcome would exactly erase the $30 loss, subjects who had refused ordinary risks took it readily; the chance to close the account outweighed the odds.

The paper gave both patterns names that stuck. Risk seeking after a gain is the house money effect, from the gambler’s phrase for playing with winnings as though they belonged to the casino. Risk seeking for a gamble that would restore the starting point is the break-even effect. Neither fits the standard model, and both fit ordinary experience at a table.

Prior outcomes matter. Winners take more risk, and losers avoid it, unless the risk offers a way back to even.the two findings, compressed

Mental accounting

The mechanism Thaler proposed is mental accounting: people do not hold one pot of money but several, labelled by source and purpose, and they apply different rules to each. Winnings go into an account marked “house money”, and losing house money does not feel like losing. A loss goes into an account that stays open, painfully, until something closes it, which is why a bet that could close it looks attractive out of proportion to its odds.

The accounts are fiction, and the fiction is expensive in a specific way. Money in the “house money” account is bet larger and at worse odds than money in the “my money” account, so an evening that starts well is more likely to end with a bigger loss than an evening that starts badly. The loss account produces the mirror error: the one bet a person should not make after losing, a long shot sized to get everything back, is the one they most want to make. Archie Karas is the effect at the scale of forty million dollars.

  • The ledger does not know where the money came from. A unit won a minute ago and a unit deposited a week ago buy exactly the same bet with exactly the same odds.
  • The edge does not know either. A game’s return is a property of the game, not of the player’s history. Betting house money at a 3% edge costs 3% of it, in expectation, just as betting rent money would.
  • Breaking even is not a special price. A gamble that returns you to zero is priced like any other gamble; the round number is meaningful to the player and to nobody else.

One balance

It is worth checking what the site itself does, because software can encourage the accounts or refuse them. The wallet here keeps a single balance. When a round pays, the payout is credited to the same number that a deposit sits in; there is no field for winnings, no counter for the session, no separate pot that the interface treats differently. The demo engine that runs the signed-out games is built the same way, and the code is short enough to read.

ENGINE-VERIFIED_shared/demoLocal.ts: the demo wallet is one localStorage number (BALANCE_KEY, START_BALANCE = 1,000,000); every game calls debit(amount) before the round and credit(payout) after it, both against that single balance. No field distinguishes a credited payout from the starting sum. The house wallet is the paying authority for real play and is likewise displayed as one balance per coin.

The engine is even less interested in history than the wallet. Each round is a hash of the committed server seed, your client seed and the round number, and the previous result is not an input. A win does not make the next round more generous and a loss does not make it kinder; there is no state on the house side in which “you are up” or “you are down” is recorded for the game to see. Whatever the house money account is, it lives on one side of the screen only.

What to do with it

The practical answer follows from when the effect operates. It acts on the bet after the outcome, so the defence has to be set before the outcome. A stake size or a loss limit chosen while the balance is flat is a decision made by the version of you that has not yet won or lost; the same decision made after a big win is made by someone playing with house money, and after a big loss by someone trying to break even. The limits on the settings page exist to let the first person overrule the other two.

  • Decide the stake as a fraction of the balance before the session, and keep the fraction when the balance rises. A stake that grows with a win is the house money effect in numbers.
  • Treat break-even as a number like any other. A bet whose only merit is that it would return you to zero is a bet whose merit is zero.
  • Use the tools that lock the earlier decision in. The responsible play toolkit lists the limits and pauses this site offers and what each one does.
This is science journalism, not clinical advice. If wins or losses are changing how much you bet in ways you did not choose, the settings page limits are the tool, and the toolkit article lists professional resources.
FAQ

What is the house money effect?

The tendency to take more risk with money recently won than with money you started with, as if the winnings still belonged to the casino. Thaler and Johnson documented it in 1990.

What is the break-even effect?

After a loss, people generally avoid risk but will eagerly take a gamble that could return them exactly to their starting point, even at poor odds. Thaler and Johnson named it alongside the house money effect.

Why does it happen?

Mental accounting: the mind keeps winnings, losses and the original stake in separate accounts with different rules. Losing house money does not feel like a loss, and an open loss account makes any bet that could close it look attractive.

Does the site treat winnings differently from deposits?

No. The wallet is one balance per coin; a payout is credited to the same number a deposit sits in, and the demo engine works the same way. The game engine reads nothing about previous results when deciding a round.

How do I avoid betting more after a win?

Set the stake as a fraction of the balance before the session and keep the fraction when the balance rises, treat break-even as an ordinary number, and use the settings page limits, which lock in a decision made before any win or loss.

SOURCES & REFERENCES
  • Thaler, R. H., & Johnson, E. J. (1990). “Gambling with the house money and trying to break even: The effects of prior outcomes on risky choice.” Management Science, 36(6), 643–660
  • Thaler, R. H. (1999). “Mental accounting matters.” Journal of Behavioral Decision Making, 12(3), 183–206
  • Betkyo engine source: _shared/demoLocal.ts (single demo balance, debit/credit), _shared/rng.ts and the derivation modules (no previous-result input)
THE GAMES IN THIS ARTICLE
Betkyo Research — written by the team that builds these games. Every probability quoted in the Journal is derived from our engine source or a cited reference, never copied from another site. Figures are re-checked whenever the engines change.

18+ · PLAY RESPONSIBLY · THE JOURNAL IS EDITORIAL CONTENT, NOT BETTING ADVICE