{
	"info": {
		"_postman_id": "b19fb075-8a40-4646-80cc-8f58aba53651",
		"name": "İddaa Program Sonuçları API",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "15223897",
		"_collection_link": "https://winter-shuttle-228164.postman.co/workspace/NosyAPI~d55cf5d0-398b-45bc-b421-a4600c6ead47/collection/15223897-b19fb075-8a40-4646-80cc-8f58aba53651?action=share&source=collection_link&creator=15223897"
	},
	"item": [
		{
			"name": "Oyun Sonuçları API",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://www.nosyapi.com/apiv2/service/bettable-result?matchID=120129",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"bettable-result"
					],
					"query": [
						{
							"key": "matchID",
							"value": "120129"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "GameID Detay",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://www.nosyapi.com/apiv2/service/bettable-result/details?gameID=3640892",
					"protocol": "https",
					"host": [
						"www",
						"nosyapi",
						"com"
					],
					"path": [
						"apiv2",
						"service",
						"bettable-result",
						"details"
					],
					"query": [
						{
							"key": "gameID",
							"value": "3640892"
						}
					]
				}
			},
			"response": []
		}
	]
}