|
@@ -488,7 +488,7 @@ class BetService extends BaseService
|
|
|
// $amount = number_format($amount,2);
|
|
// $amount = number_format($amount,2);
|
|
|
$item = [];
|
|
$item = [];
|
|
|
$item['keywords'] = $gameplayRuleInfo['keywords'];
|
|
$item['keywords'] = $gameplayRuleInfo['keywords'];
|
|
|
- $item['odds'] = $gameplayRuleInfo['odds'];
|
|
|
|
|
|
|
+ $item['odds'] = floatval($gameplayRuleInfo['odds']);
|
|
|
$item['amount'] = $amount;
|
|
$item['amount'] = $amount;
|
|
|
$item['first_name'] = $first_name;
|
|
$item['first_name'] = $first_name;
|
|
|
$item['member_id'] = $member_id;
|
|
$item['member_id'] = $member_id;
|