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/2453aa87-fcdd-43fb-a0bb-fb084c5286df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2453aa87-fcdd-43fb-a0bb-fb084c5286df",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "7554250d-c7c3-4f94-9618-f3c2ab5693c9",
    "completed": true,
    "last_updated": "2022-09-11T21:12:11.147697-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.28,
    "sport_category": "US MLS",
    "sport": "Soccer",
    "url": "https://app.gambitrewards.com/match/7554250d-c7c3-4f94-9618-f3c2ab5693c9",
    "datetime": "2022-09-10T20:00:00-04:00",
    "cutoff_datetime": "2022-09-10T20:00:00-04:00",
    "name": "Chicago Fire v. Inter Miami CF",
    "bettypes": [
        {
            "id": "c34f6081-3301-495a-8651-787066b64fa7",
            "match": "https://api-prod.gambitprofit.com/api/matches/2453aa87-fcdd-43fb-a0bb-fb084c5286df/?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": "Chicago Fire",
                        "amount": 6367.0
                    },
                    {
                        "team": "Draw",
                        "amount": 3633.0
                    }
                ],
                "expected_reward_tokens": 12097.3,
                "profit_sb": 3097.3,
                "profit_sb_percentage": 34.41,
                "recommended": false
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Chicago Fire",
                        "amount": 4685.0
                    },
                    {
                        "team": "Draw",
                        "amount": 2673.0
                    },
                    {
                        "team": "Inter Miami CF",
                        "amount": 2642.0
                    }
                ],
                "expected_reward_tokens": 8901.09,
                "profit_sb": -98.91,
                "profit_sb_percentage": -1.1,
                "recommended": false
            },
            "lines": [
                {
                    "id": "68906d9c-47f5-4f7b-9276-f6da2c93512c",
                    "gambit_id": "6e1e0ab1-d461-4507-91ea-565d64b1677c",
                    "last_updated": "2022-09-11T21:12:11.154546-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Chicago Fire",
                    "reward": "1.90000",
                    "odds": "2.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c34f6081-3301-495a-8651-787066b64fa7/?format=api"
                },
                {
                    "id": "e448a1aa-241f-4a24-b089-560f27faf73e",
                    "gambit_id": "ec52cbc1-5fbc-46de-b103-4d98dbf6e266",
                    "last_updated": "2022-09-11T21:12:11.155506-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Draw",
                    "reward": "3.33000",
                    "odds": "3.60000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c34f6081-3301-495a-8651-787066b64fa7/?format=api"
                },
                {
                    "id": "59953c33-e5e7-45a8-b20b-49abdd1519eb",
                    "gambit_id": "92024714-363a-4f7b-a3aa-a1a04e813a51",
                    "last_updated": "2022-09-11T21:12:11.153584-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Inter Miami CF",
                    "reward": "3.37000",
                    "odds": "3.65000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c34f6081-3301-495a-8651-787066b64fa7/?format=api"
                }
            ]
        },
        {
            "id": "069e1b1d-e71a-4914-9d02-5e1b020e4115",
            "match": "https://api-prod.gambitprofit.com/api/matches/2453aa87-fcdd-43fb-a0bb-fb084c5286df/?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": 5374.0
                    },
                    {
                        "team": "Game Total Under 2.5",
                        "amount": 4626.0
                    }
                ],
                "expected_reward_tokens": 8974.44,
                "profit_sb": -25.56,
                "profit_sb_percentage": -0.28,
                "recommended": false
            },
            "lines": [
                {
                    "id": "06e89a76-6448-4b11-ac54-941a2a74be0d",
                    "gambit_id": "aa12d238-2ca9-47fd-b9c0-9647efd37efe",
                    "last_updated": "2022-09-11T21:12:11.151617-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 2.5",
                    "reward": "1.67000",
                    "odds": "1.75000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/069e1b1d-e71a-4914-9d02-5e1b020e4115/?format=api"
                },
                {
                    "id": "a48b16c7-47ff-4c5e-a04d-f71050c8ea69",
                    "gambit_id": "f4aafb0d-dc5f-424d-97c5-e4571ad7ed75",
                    "last_updated": "2022-09-11T21:12:11.150525-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 2.5",
                    "reward": "1.94000",
                    "odds": "2.05000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/069e1b1d-e71a-4914-9d02-5e1b020e4115/?format=api"
                }
            ]
        }
    ]
}