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/3c9a2cac-a988-477a-937c-ca4d47f59a0e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3c9a2cac-a988-477a-937c-ca4d47f59a0e",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "6f1ade92-dca8-4dd7-8c37-e48cc61c9156",
    "completed": true,
    "last_updated": "2022-08-29T11:27:19.607282-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.43,
    "sport_category": "US MLS",
    "sport": "Soccer",
    "url": "https://app.gambitrewards.com/match/6f1ade92-dca8-4dd7-8c37-e48cc61c9156",
    "datetime": "2022-08-27T15:30:00-04:00",
    "cutoff_datetime": "2022-08-27T15:30:00-04:00",
    "name": "Minnesota United FC v. Houston Dynamo",
    "bettypes": [
        {
            "id": "1a51b9e8-488e-4640-9f44-4af6aed090dc",
            "match": "https://api-prod.gambitprofit.com/api/matches/3c9a2cac-a988-477a-937c-ca4d47f59a0e/?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": true,
                "name": "Med Risk",
                "bet": [
                    {
                        "team": "Minnesota United FC",
                        "amount": 7143.0
                    },
                    {
                        "team": "Houston Dynamo",
                        "amount": 2857.0
                    }
                ],
                "expected_reward_tokens": 11428.0,
                "profit_sb": 2428.0,
                "profit_sb_percentage": 26.98,
                "recommended": false
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Minnesota United FC",
                        "amount": 5556.0
                    },
                    {
                        "team": "Houston Dynamo",
                        "amount": 2222.0
                    },
                    {
                        "team": "Draw",
                        "amount": 2222.0
                    }
                ],
                "expected_reward_tokens": 8888.0,
                "profit_sb": -112.0,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "a384f89c-d9cd-44bc-95fc-428e9b1e4bc6",
                    "gambit_id": "486e50e4-53e6-458c-bed7-e41cfa93f7f2",
                    "last_updated": "2022-08-29T11:27:19.609697-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Minnesota United FC",
                    "reward": "1.60000",
                    "odds": "1.67000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a51b9e8-488e-4640-9f44-4af6aed090dc/?format=api"
                },
                {
                    "id": "7e3e8c38-4dff-46c3-8754-f168ef051fcd",
                    "gambit_id": "f5084a31-6e0e-45ad-b1db-12627c48f8f9",
                    "last_updated": "2022-08-29T11:27:19.609237-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Houston Dynamo",
                    "reward": "4.00000",
                    "odds": "4.33000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a51b9e8-488e-4640-9f44-4af6aed090dc/?format=api"
                },
                {
                    "id": "d7d0bac4-1610-4983-9592-246dce995bc5",
                    "gambit_id": "efe060e9-71c4-45b6-9418-30d4c21bf059",
                    "last_updated": "2022-08-29T11:27:19.610142-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Draw",
                    "reward": "4.00000",
                    "odds": "4.33000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a51b9e8-488e-4640-9f44-4af6aed090dc/?format=api"
                }
            ]
        },
        {
            "id": "28811fe1-35bb-423e-97af-351c41aa55a0",
            "match": "https://api-prod.gambitprofit.com/api/matches/3c9a2cac-a988-477a-937c-ca4d47f59a0e/?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 Over 2.5",
                        "amount": 6234.0
                    },
                    {
                        "team": "Game Total Under 2.5",
                        "amount": 3766.0
                    }
                ],
                "expected_reward_tokens": 9038.4,
                "profit_sb": 38.4,
                "profit_sb_percentage": 0.43,
                "recommended": true
            },
            "lines": [
                {
                    "id": "dc777983-fb13-4ca8-980a-01a00720e762",
                    "gambit_id": "8f24c317-ccbd-45e2-ac63-a969995764a5",
                    "last_updated": "2022-08-29T11:27:19.608790-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 2.5",
                    "reward": "1.45000",
                    "odds": "1.50000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28811fe1-35bb-423e-97af-351c41aa55a0/?format=api"
                },
                {
                    "id": "102725bd-f0dd-45d9-86e8-348d4539f5b5",
                    "gambit_id": "5d5de1d0-3530-44f9-a18b-2460fd03be2d",
                    "last_updated": "2022-08-29T11:27:19.608294-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 2.5",
                    "reward": "2.40000",
                    "odds": "2.55000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28811fe1-35bb-423e-97af-351c41aa55a0/?format=api"
                }
            ]
        }
    ]
}