i get two times event click of button javascript

JavaScript
$(".bet").unbind().click(function() {
    //Stuff
});
Source

Also in JavaScript: