游戏赔率数据
<p><strong>请求方法名:</strong></p>
<ul>
<li>GetOddsCoefficient </li>
</ul>
<p><strong>请求参数样例:</strong> </p>
<ul>
<li><code>{&quot;GameId&quot;:&quot;7&quot;}</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>
<p>GET/POST</p>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;Status&quot;: true,
&quot;Info&quot;: &quot;&quot;,
&quot;Data&quot;: {
&quot;ShowOddsAfterCoefficient&quot;: true,
&quot;CoefficientList&quot;: [
{
&quot;Ball&quot;: 0,
&quot;Coefficient&quot;: 200,
&quot;GameId&quot;: 7
},
{
&quot;Ball&quot;: 2,
&quot;Coefficient&quot;: 100,
&quot;GameId&quot;: 7
},
{
&quot;Ball&quot;: 4,
&quot;Coefficient&quot;: 100,
&quot;GameId&quot;: 7
},
{
&quot;Ball&quot;: 6,
&quot;Coefficient&quot;: 100,
&quot;GameId&quot;: 7
},
{
&quot;Ball&quot;: 8,
&quot;Coefficient&quot;: 100,
&quot;GameId&quot;: 7
},
{
&quot;Ball&quot;: 1,
&quot;Coefficient&quot;: 100,
&quot;GameId&quot;: 7
},
{
&quot;Ball&quot;: 3,
&quot;Coefficient&quot;: 100,
&quot;GameId&quot;: 7
},
{
&quot;Ball&quot;: 5,
&quot;Coefficient&quot;: 100,
&quot;GameId&quot;: 7
},
{
&quot;Ball&quot;: 7,
&quot;Coefficient&quot;: 100,
&quot;GameId&quot;: 7
},
{
&quot;Ball&quot;: 9,
&quot;Coefficient&quot;: 100,
&quot;GameId&quot;: 7
}
]
},
&quot;Code&quot;: 0
}</code></pre>
<p><strong>返回参数说明</strong> </p>
</li>
</ul>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">ShowOddsAfterCoefficient</td>
<td>前台是否显示赔率系数</td>
</tr>
<tr>
<td style="text-align: left;">Ball</td>
<td>球号</td>
</tr>
<tr>
<td style="text-align: left;">Coefficient</td>
<td>球号系数,百分制</td>
</tr>
<tr>
<td style="text-align: left;">GameId</td>
<td>游戏ID</td>
</tr>
</tbody>
</table>