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/d1bf12e2-1e66-4476-8250-f8804bc3495a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d1bf12e2-1e66-4476-8250-f8804bc3495a",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "ae9de9b3-0607-497c-b4cf-0d1224b78899",
    "completed": true,
    "last_updated": "2022-10-11T13:32:15.925208-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -2.57,
    "sport_category": "US MLS",
    "sport": "Soccer",
    "url": "https://app.gambitrewards.com/match/ae9de9b3-0607-497c-b4cf-0d1224b78899",
    "datetime": "2022-10-09T17:00:00-04:00",
    "cutoff_datetime": "2022-10-09T17:00:00-04:00",
    "name": "Austin FC v. Colorado Rapids",
    "bettypes": [
        {
            "id": "af2c212c-82fa-4726-9d97-6406e8334073",
            "match": "https://api-prod.gambitprofit.com/api/matches/d1bf12e2-1e66-4476-8250-f8804bc3495a/?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": "Austin FC",
                        "amount": 7280.0
                    },
                    {
                        "team": "Draw",
                        "amount": 2720.0
                    }
                ],
                "expected_reward_tokens": 11720.8,
                "profit_sb": 2220.8,
                "profit_sb_percentage": 23.38,
                "recommended": false
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Austin FC",
                        "amount": 5749.0
                    },
                    {
                        "team": "Draw",
                        "amount": 2148.0
                    },
                    {
                        "team": "Colorado Rapids",
                        "amount": 2104.0
                    }
                ],
                "expected_reward_tokens": 9255.89,
                "profit_sb": -244.11,
                "profit_sb_percentage": -2.57,
                "recommended": false
            },
            "lines": [
                {
                    "id": "cc9a1449-7247-4ec3-808f-9a31a0975cb2",
                    "gambit_id": "7bfeb128-b09f-4bf1-a8c7-211d804f6cd8",
                    "last_updated": "2022-10-11T13:32:15.933084-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Austin FC",
                    "reward": "1.61000",
                    "odds": "1.65000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af2c212c-82fa-4726-9d97-6406e8334073/?format=api"
                },
                {
                    "id": "ac8b28ef-1302-4646-a9a5-6771b276d2d1",
                    "gambit_id": "f6202196-edf1-452f-a7b1-1da4080a1e5e",
                    "last_updated": "2022-10-11T13:32:15.931099-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Draw",
                    "reward": "4.31000",
                    "odds": "4.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af2c212c-82fa-4726-9d97-6406e8334073/?format=api"
                },
                {
                    "id": "c0d9aa73-0bd6-4a30-8d62-7a331961e8fd",
                    "gambit_id": "945cfbed-178f-47f8-8193-776ecec8e197",
                    "last_updated": "2022-10-11T13:32:15.932087-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Colorado Rapids",
                    "reward": "4.40000",
                    "odds": "4.60000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af2c212c-82fa-4726-9d97-6406e8334073/?format=api"
                }
            ]
        },
        {
            "id": "785bfd57-d32e-4954-a425-2105a942ebce",
            "match": "https://api-prod.gambitprofit.com/api/matches/d1bf12e2-1e66-4476-8250-f8804bc3495a/?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": 6881.0
                    },
                    {
                        "team": "Game Total Under 2.5",
                        "amount": 3119.0
                    }
                ],
                "expected_reward_tokens": 9013.91,
                "profit_sb": -486.09,
                "profit_sb_percentage": -5.12,
                "recommended": false
            },
            "lines": [
                {
                    "id": "473ff46b-8e6b-46bc-b8b9-8166f5f83d50",
                    "gambit_id": "5282c259-4523-4815-8416-a8195328f239",
                    "last_updated": "2022-10-11T13:32:15.929127-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 2.5",
                    "reward": "1.31000",
                    "odds": "1.33000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/785bfd57-d32e-4954-a425-2105a942ebce/?format=api"
                },
                {
                    "id": "bc8daf72-b239-44f6-afda-734371f90a74",
                    "gambit_id": "0fa692cb-eb6a-4425-914c-b0ffadf28f29",
                    "last_updated": "2022-10-11T13:32:15.928052-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 2.5",
                    "reward": "2.89000",
                    "odds": "3.00000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/785bfd57-d32e-4954-a425-2105a942ebce/?format=api"
                }
            ]
        }
    ]
}