Hey guys, i just find the way to send bets from Electrum and command line, after that, i make a small bot.
As most of my codes this one is open source, you can see de codes here:
https://bt.irlbtc.com/view/1270958.0 Now you can't because a moderator delete my thread

.
Feel free to edit the codes to make bets with your best betting method

Single bet:
electrum payto 1LuckyR1fFHEsXYyx5QK4UFzv3PEAepPMK 0.002 -f 0.0002 --unsigned > unsigned.txn
cat unsigned.txn | electrum signtransaction - > signed.txn
cat signed.txn | electrum broadcast -
Mutiple bets:
electrum paytomany "[[\"1LuckyR1fFHEsXYyx5QK4UFzv3PEAepPMK\", 0.002], [\"1LuckyR1fFHEsXYyx5QK4UFzv3PEAepPMK\", 0.002], [\"1LuckyR1fFHEsXYyx5QK4UFzv3PEAepPMK\", 0.002]]" -f 0.0002 --unsigned > unsigned.txn
cat unsigned.txn | electrum signtransaction - > signed.txn
cat signed.txn | electrum broadcast -