<ion-segment [(ngModel)]="account">
<ion-segment-button value="profile">
Profile
</ion-segment-button>
<ion-segment-button value="bet">
Bet
</ion-segment-button>
<ion-segment-button value="history" (ionSelect)="loadHistory()">
History
</ion-segment-button>
</ion-segment>