{
  "mockBidRequest": {
    "id": "test-request-id",
    "imp": [
      {
        "id": "test-imp-id",
        "video": {
          "mimes": [
            "video/mp4"
          ],
          "protocols": [
            2,
            5
          ],
          "w": 640,
          "h": 480
        },
        "ext": {
          "bidder": {
            "id": "sample-id",
            "zid": "sample-zone-id",
            "wid": "sample-web-id"
          }
        }
      }
    ]
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "https://hb.gammaplatform.com/adx/request/?id=sample-id&zid=sample-zone-id&wid=sample-web-id&bidid=test-imp-id&hb=pbmobile",
        "impIDs":["test-imp-id"]
      },
      "mockResponse": {
        "status": 200,
        "body": {
          "id": "test-imp-id",
          "cur": "USD",
          "seatbid": [
            {
              "seat": "gamma",
              "bid": [
                {
                  "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
                  "impid": "test-imp-id",
                  "price": 0.500000,
                  "adm": "",
                  "vastXml": "some-test-ad",
                  "vastUrl": "some-test-url",
                  "crid": "crid_10",
                  "w": 640,
                  "h": 480
                }
              ]
            }
          ]
        }
      }
    }
  ],
  "expectedBidResponses": [
    {
      "bids": [
        {
          "bid": {
            "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
            "impid": "test-imp-id",
            "price": 0.5,
            "adm": "some-test-ad",
            "nurl": "some-test-url",
            "crid": "crid_10",
            "w": 640,
            "h": 480
          },
          "type": "video"
        }
      ]
    }
  ]
}