Matches can be viewed and edited (when logged in). Use "tokens" url parameter to modify token amount. Use "limit" and "offset" parameters to set the limit and offset of the result. Look in the filters dialog to see how to programmatically filter and sort.
GET /api/matches/a6cce769-e473-4023-8ec1-4a5895772604/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a6cce769-e473-4023-8ec1-4a5895772604",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "54b4d9ad-357e-4ad9-9178-ede1fb588da0",
    "completed": true,
    "last_updated": "2022-12-05T11:27:07.728829-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.59,
    "sport_category": "NHL Lines",
    "sport": "Ice Hockey",
    "url": "https://app.gambitrewards.com/match/54b4d9ad-357e-4ad9-9178-ede1fb588da0",
    "datetime": "2022-12-03T22:07:00-05:00",
    "cutoff_datetime": "2022-12-03T22:07:00-05:00",
    "name": "Washington Capitals v. Calgary Flames",
    "bettypes": [
        {
            "id": "bd820ef1-e3aa-48a6-9d51-b143bc7b5fb6",
            "match": "https://api-prod.gambitprofit.com/api/matches/a6cce769-e473-4023-8ec1-4a5895772604/?format=api",
            "name": "Pick the Winner",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Calgary Flames",
                        "amount": 5899.0
                    },
                    {
                        "team": "Washington Capitals",
                        "amount": 4101.0
                    }
                ],
                "expected_reward_tokens": 9143.45,
                "profit_sb": 143.45,
                "profit_sb_percentage": 1.59,
                "recommended": true
            },
            "lines": [
                {
                    "id": "fb52fc96-0e5f-44a4-b16e-8ea32624b93c",
                    "gambit_id": "71a7b2f7-3762-4516-9915-95bb2cecc335",
                    "last_updated": "2022-12-05T11:27:07.738798-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Calgary Flames",
                    "reward": "1.55000",
                    "odds": "1.62500",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd820ef1-e3aa-48a6-9d51-b143bc7b5fb6/?format=api"
                },
                {
                    "id": "cecf4a31-b219-445f-8813-01fbe6c5f7bc",
                    "gambit_id": "b53ee74a-69ac-4213-9050-6a657dcac5ba",
                    "last_updated": "2022-12-05T11:27:07.739851-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Washington Capitals",
                    "reward": "2.23000",
                    "odds": "2.40000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd820ef1-e3aa-48a6-9d51-b143bc7b5fb6/?format=api"
                }
            ]
        },
        {
            "id": "89650982-b10b-447c-a1fb-07f859831c24",
            "match": "https://api-prod.gambitprofit.com/api/matches/a6cce769-e473-4023-8ec1-4a5895772604/?format=api",
            "name": "Play the Odds",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Washington Capitals",
                        "amount": 6256.0
                    },
                    {
                        "team": "Calgary Flames",
                        "amount": 3744.0
                    }
                ],
                "expected_reward_tokens": 9133.76,
                "profit_sb": 133.76,
                "profit_sb_percentage": 1.49,
                "recommended": true
            },
            "lines": [
                {
                    "id": "55e2d1f2-6b05-48fe-a508-3590e746d201",
                    "gambit_id": "686d5cf1-4809-4fc2-8ca5-43e0d4f37432",
                    "last_updated": "2022-12-05T11:27:07.736558-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Washington Capitals",
                    "reward": "1.46000",
                    "odds": "1.52630",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89650982-b10b-447c-a1fb-07f859831c24/?format=api"
                },
                {
                    "id": "164025f1-9029-4563-90d5-179f841143a5",
                    "gambit_id": "a6e69ea1-ab7f-40d0-8d71-358e8a53b465",
                    "last_updated": "2022-12-05T11:27:07.735375-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Calgary Flames",
                    "reward": "2.44000",
                    "odds": "2.65000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89650982-b10b-447c-a1fb-07f859831c24/?format=api"
                }
            ]
        },
        {
            "id": "e9678d3c-47fd-4118-bdea-df648db2ca5c",
            "match": "https://api-prod.gambitprofit.com/api/matches/a6cce769-e473-4023-8ec1-4a5895772604/?format=api",
            "name": "Over/Under",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Game Total Under 6",
                        "amount": 5097.0
                    },
                    {
                        "team": "Game Total Over 6",
                        "amount": 4903.0
                    }
                ],
                "expected_reward_tokens": 8970.72,
                "profit_sb": -29.28,
                "profit_sb_percentage": -0.33,
                "recommended": false
            },
            "lines": [
                {
                    "id": "4b7088bd-5824-46a7-9ce5-4fa4cd9ce0d5",
                    "gambit_id": "e379cecd-42ca-466f-8aef-47526895c82c",
                    "last_updated": "2022-12-05T11:27:07.733042-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 6",
                    "reward": "1.76000",
                    "odds": "1.86960",
                    "spread": "6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9678d3c-47fd-4118-bdea-df648db2ca5c/?format=api"
                },
                {
                    "id": "522e4037-c46a-4eff-b3ec-3cdb435b0a43",
                    "gambit_id": "ceb61224-f389-43ea-8efa-7dbed18edd09",
                    "last_updated": "2022-12-05T11:27:07.731829-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 6",
                    "reward": "1.83000",
                    "odds": "1.95240",
                    "spread": "6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9678d3c-47fd-4118-bdea-df648db2ca5c/?format=api"
                }
            ]
        }
    ]
}