GET api/GatherJinglan/GetMatchHistoryOdds?matchId={matchId}&poolCode={poolCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| matchId | string |
Required |
|
| poolCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultMsgOfMatchJinglanOdds| Name | Description | Type | Additional information |
|---|---|---|---|
| data | MatchJinglanOdds |
None. |
|
| totalCount | integer |
None. |
|
| success | boolean |
None. |
|
| message | string |
None. |
|
| code | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": {
"matchOddsHdcList": [
{
"matchId": "sample string 1",
"lineNo": 2,
"poolId": 3,
"updateDateTime": "2026-06-06 05:22:22",
"updateTime": "05:22:22",
"updateDate": "2026-06-06",
"a": 5.0,
"af": 6,
"h": 7.0,
"hf": 8,
"goalLine": "sample string 9",
"goalLineValue": "sample string 10"
},
{
"matchId": "sample string 1",
"lineNo": 2,
"poolId": 3,
"updateDateTime": "2026-06-06 05:22:22",
"updateTime": "05:22:22",
"updateDate": "2026-06-06",
"a": 5.0,
"af": 6,
"h": 7.0,
"hf": 8,
"goalLine": "sample string 9",
"goalLineValue": "sample string 10"
}
],
"matchOddsHiloList": [
{
"matchId": "sample string 1",
"lineNo": 2,
"poolId": 3,
"updateDateTime": "2026-06-06 05:22:22",
"updateTime": "05:22:22",
"updateDate": "2026-06-06",
"h": 5.0,
"hf": 6,
"l": 7.0,
"lf": 8,
"goalLine": "sample string 9",
"goalLineValue": "sample string 10"
},
{
"matchId": "sample string 1",
"lineNo": 2,
"poolId": 3,
"updateDateTime": "2026-06-06 05:22:22",
"updateTime": "05:22:22",
"updateDate": "2026-06-06",
"h": 5.0,
"hf": 6,
"l": 7.0,
"lf": 8,
"goalLine": "sample string 9",
"goalLineValue": "sample string 10"
}
],
"matchOddsMnlList": [
{
"matchId": "sample string 1",
"lineNo": 2,
"poolId": 3,
"updateDateTime": "2026-06-06 05:22:22",
"updateTime": "05:22:22",
"updateDate": "2026-06-06",
"a": 5.0,
"af": 6,
"h": 7.0,
"hf": 8,
"goalLine": "sample string 9",
"goalLineValue": "sample string 10"
},
{
"matchId": "sample string 1",
"lineNo": 2,
"poolId": 3,
"updateDateTime": "2026-06-06 05:22:22",
"updateTime": "05:22:22",
"updateDate": "2026-06-06",
"a": 5.0,
"af": 6,
"h": 7.0,
"hf": 8,
"goalLine": "sample string 9",
"goalLineValue": "sample string 10"
}
],
"matchOddsWnmList": [
{
"matchId": "sample string 1",
"lineNo": 2,
"poolId": 3,
"updateDateTime": "2026-06-06 05:22:22",
"updateTime": "05:22:22",
"updateDate": "2026-06-06",
"l1": 5.0,
"l1f": 6,
"l2": 7.0,
"l2f": 8,
"l3": 9.0,
"l3f": 10,
"l4": 11.0,
"l4f": 12,
"l5": 13.0,
"l5f": 14,
"l6": 15.0,
"l6f": 16,
"w1": 17.0,
"w1f": 18,
"w2": 19.0,
"w2f": 20,
"w3": 21.0,
"w3f": 22,
"w4": 23.0,
"w4f": 24,
"w5": 25.0,
"w5f": 26,
"w6": 27.0,
"w6f": 28,
"goalLine": "sample string 29",
"goalLineValue": "sample string 30"
},
{
"matchId": "sample string 1",
"lineNo": 2,
"poolId": 3,
"updateDateTime": "2026-06-06 05:22:22",
"updateTime": "05:22:22",
"updateDate": "2026-06-06",
"l1": 5.0,
"l1f": 6,
"l2": 7.0,
"l2f": 8,
"l3": 9.0,
"l3f": 10,
"l4": 11.0,
"l4f": 12,
"l5": 13.0,
"l5f": 14,
"l6": 15.0,
"l6f": 16,
"w1": 17.0,
"w1f": 18,
"w2": 19.0,
"w2f": 20,
"w3": 21.0,
"w3f": 22,
"w4": 23.0,
"w4f": 24,
"w5": 25.0,
"w5f": 26,
"w6": 27.0,
"w6f": 28,
"goalLine": "sample string 29",
"goalLineValue": "sample string 30"
}
]
},
"totalCount": 1,
"success": true,
"message": "sample string 3",
"code": 4
}
application/xml, text/xml
Sample:
<ResultMsgOfMatchJinglanOddsMCLdO7D8 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Football.Model">
<Code>4</Code>
<Message>sample string 3</Message>
<Success>true</Success>
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Football.Model.ApiResponseModel">
<d2p1:MatchJinglanOddsHdcList>
<MatchJinglanOddsHdc>
<a>5</a>
<af>6</af>
<goalLine>sample string 9</goalLine>
<goalLineValue>sample string 10</goalLineValue>
<h>7</h>
<hf>8</hf>
<lineNo>2</lineNo>
<matchId>sample string 1</matchId>
<poolId>3</poolId>
<updateTime>2026-06-06T05:22:22.0108201+08:00</updateTime>
</MatchJinglanOddsHdc>
<MatchJinglanOddsHdc>
<a>5</a>
<af>6</af>
<goalLine>sample string 9</goalLine>
<goalLineValue>sample string 10</goalLineValue>
<h>7</h>
<hf>8</hf>
<lineNo>2</lineNo>
<matchId>sample string 1</matchId>
<poolId>3</poolId>
<updateTime>2026-06-06T05:22:22.0108201+08:00</updateTime>
</MatchJinglanOddsHdc>
</d2p1:MatchJinglanOddsHdcList>
<d2p1:MatchJinglanOddsHiloList>
<MatchJinglanOddsHilo>
<goalLine>sample string 9</goalLine>
<goalLineValue>sample string 10</goalLineValue>
<h>5</h>
<hf>6</hf>
<l>7</l>
<lf>8</lf>
<lineNo>2</lineNo>
<matchId>sample string 1</matchId>
<poolId>3</poolId>
<updateTime>2026-06-06T05:22:22.0108201+08:00</updateTime>
</MatchJinglanOddsHilo>
<MatchJinglanOddsHilo>
<goalLine>sample string 9</goalLine>
<goalLineValue>sample string 10</goalLineValue>
<h>5</h>
<hf>6</hf>
<l>7</l>
<lf>8</lf>
<lineNo>2</lineNo>
<matchId>sample string 1</matchId>
<poolId>3</poolId>
<updateTime>2026-06-06T05:22:22.0108201+08:00</updateTime>
</MatchJinglanOddsHilo>
</d2p1:MatchJinglanOddsHiloList>
<d2p1:MatchJinglanOddsMnlList>
<MatchJinglanOddsMnl>
<a>5</a>
<af>6</af>
<goalLine>sample string 9</goalLine>
<goalLineValue>sample string 10</goalLineValue>
<h>7</h>
<hf>8</hf>
<lineNo>2</lineNo>
<matchId>sample string 1</matchId>
<poolId>3</poolId>
<updateTime>2026-06-06T05:22:22.0108201+08:00</updateTime>
</MatchJinglanOddsMnl>
<MatchJinglanOddsMnl>
<a>5</a>
<af>6</af>
<goalLine>sample string 9</goalLine>
<goalLineValue>sample string 10</goalLineValue>
<h>7</h>
<hf>8</hf>
<lineNo>2</lineNo>
<matchId>sample string 1</matchId>
<poolId>3</poolId>
<updateTime>2026-06-06T05:22:22.0108201+08:00</updateTime>
</MatchJinglanOddsMnl>
</d2p1:MatchJinglanOddsMnlList>
<d2p1:MatchJinglanOddsWnmList>
<MatchJinglanOddsWnm>
<goalLine>sample string 29</goalLine>
<goalLineValue>sample string 30</goalLineValue>
<l1>5</l1>
<l1f>6</l1f>
<l2>7</l2>
<l2f>8</l2f>
<l3>9</l3>
<l3f>10</l3f>
<l4>11</l4>
<l4f>12</l4f>
<l5>13</l5>
<l5f>14</l5f>
<l6>15</l6>
<l6f>16</l6f>
<lineNo>2</lineNo>
<matchId>sample string 1</matchId>
<poolId>3</poolId>
<updateTime>2026-06-06T05:22:22.0108201+08:00</updateTime>
<w1>17</w1>
<w1f>18</w1f>
<w2>19</w2>
<w2f>20</w2f>
<w3>21</w3>
<w3f>22</w3f>
<w4>23</w4>
<w4f>24</w4f>
<w5>25</w5>
<w5f>26</w5f>
<w6>27</w6>
<w6f>28</w6f>
</MatchJinglanOddsWnm>
<MatchJinglanOddsWnm>
<goalLine>sample string 29</goalLine>
<goalLineValue>sample string 30</goalLineValue>
<l1>5</l1>
<l1f>6</l1f>
<l2>7</l2>
<l2f>8</l2f>
<l3>9</l3>
<l3f>10</l3f>
<l4>11</l4>
<l4f>12</l4f>
<l5>13</l5>
<l5f>14</l5f>
<l6>15</l6>
<l6f>16</l6f>
<lineNo>2</lineNo>
<matchId>sample string 1</matchId>
<poolId>3</poolId>
<updateTime>2026-06-06T05:22:22.0108201+08:00</updateTime>
<w1>17</w1>
<w1f>18</w1f>
<w2>19</w2>
<w2f>20</w2f>
<w3>21</w3>
<w3f>22</w3f>
<w4>23</w4>
<w4f>24</w4f>
<w5>25</w5>
<w5f>26</w5f>
<w6>27</w6>
<w6f>28</w6f>
</MatchJinglanOddsWnm>
</d2p1:MatchJinglanOddsWnmList>
</Data>
<Total>1</Total>
</ResultMsgOfMatchJinglanOddsMCLdO7D8>