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/7f471802-c5dd-4bff-8223-3b1c38c3e97c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7f471802-c5dd-4bff-8223-3b1c38c3e97c",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "a03ff675-d13e-4315-a275-dd2e57e101eb",
    "completed": true,
    "last_updated": "2023-07-04T10:18:06.569700-04:00",
    "created_at": "2023-07-02T08:58:23.145633-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.01,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/a03ff675-d13e-4315-a275-dd2e57e101eb",
    "datetime": "2023-07-02T13:35:00-04:00",
    "cutoff_datetime": "2023-07-02T13:35:00-04:00",
    "name": "WAS (T Williams) v. PHI (R Suarez)",
    "bettypes": [
        {
            "id": "0076df65-3a36-4bf5-b8a1-dd0d575db9a7",
            "match": "https://api-prod.gambitprofit.com/api/matches/7f471802-c5dd-4bff-8223-3b1c38c3e97c/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-07-02T08:58:23.147859-04: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": "PHI (R Suarez)",
                        "amount": 6885.0
                    },
                    {
                        "team": "WAS (T Williams)",
                        "amount": 3115.0
                    }
                ],
                "expected_reward_tokens": 9500.75,
                "profit_sb": 0.75,
                "profit_sb_percentage": 0.01,
                "recommended": true
            },
            "lines": [
                {
                    "id": "88eef4bd-3710-4d90-8e2e-5585607c21a9",
                    "gambit_id": "15e1ad31-8a0f-414c-a51a-1eaeaaf86828",
                    "last_updated": "2023-07-04T10:18:06.575548-04:00",
                    "created_at": "2023-07-02T08:58:23.151420-04:00",
                    "name": "PHI (R Suarez)",
                    "reward": "1.38000",
                    "odds": "1.40000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0076df65-3a36-4bf5-b8a1-dd0d575db9a7/?format=api"
                },
                {
                    "id": "43e994dc-3c63-418b-b79b-3d6f22422484",
                    "gambit_id": "d1d1d7d9-06b2-4a8e-9e54-37e415c7fb3f",
                    "last_updated": "2023-07-04T10:18:06.574214-04:00",
                    "created_at": "2023-07-02T08:58:23.149643-04:00",
                    "name": "WAS (T Williams)",
                    "reward": "3.05000",
                    "odds": "3.15000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0076df65-3a36-4bf5-b8a1-dd0d575db9a7/?format=api"
                }
            ]
        },
        {
            "id": "5469e970-2a61-4c06-984f-178606b9f367",
            "match": "https://api-prod.gambitprofit.com/api/matches/7f471802-c5dd-4bff-8223-3b1c38c3e97c/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-07-02T08:58:23.153502-04: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": "PHI",
                        "amount": 5423.0
                    },
                    {
                        "team": "WAS",
                        "amount": 4577.0
                    }
                ],
                "expected_reward_tokens": 9381.79,
                "profit_sb": -118.21,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "524b656f-bbc5-44be-a210-64e4792a28a0",
                    "gambit_id": "51eafce2-30d9-4aec-871d-a6a9cb0e7a80",
                    "last_updated": "2023-07-04T10:18:06.581646-04:00",
                    "created_at": "2023-07-02T08:58:23.156778-04:00",
                    "name": "PHI",
                    "reward": "1.73000",
                    "odds": "1.76920",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5469e970-2a61-4c06-984f-178606b9f367/?format=api"
                },
                {
                    "id": "04aac287-2171-42ab-9bf8-af31e8809616",
                    "gambit_id": "e2fec923-c7e5-4513-8fff-5f8a60b3542f",
                    "last_updated": "2023-07-04T10:18:06.578430-04:00",
                    "created_at": "2023-07-02T08:58:23.155110-04:00",
                    "name": "WAS",
                    "reward": "2.05000",
                    "odds": "2.10000",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5469e970-2a61-4c06-984f-178606b9f367/?format=api"
                }
            ]
        },
        {
            "id": "52b6d7be-e6a9-4020-99b2-051662ffe7fb",
            "match": "https://api-prod.gambitprofit.com/api/matches/7f471802-c5dd-4bff-8223-3b1c38c3e97c/?format=api",
            "name": "Over/Under",
            "created_at": "2023-07-02T08:58:23.158453-04: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 9.5",
                        "amount": 5107.0
                    },
                    {
                        "team": "Game Total Over 9.5",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "3a285bf7-0ec1-4d22-a142-78a232d051e3",
                    "gambit_id": "56610599-c810-4419-8e93-d2c170a5ad64",
                    "last_updated": "2023-07-04T10:18:06.586296-04:00",
                    "created_at": "2023-07-02T08:58:23.161840-04:00",
                    "name": "Game Total Under 9.5",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52b6d7be-e6a9-4020-99b2-051662ffe7fb/?format=api"
                },
                {
                    "id": "d93c3a2b-ac47-4a6c-8d86-06d18bbc6d32",
                    "gambit_id": "556a0d79-0e6a-481a-9982-0cd3556c01f8",
                    "last_updated": "2023-07-04T10:18:06.584871-04:00",
                    "created_at": "2023-07-02T08:58:23.160066-04:00",
                    "name": "Game Total Over 9.5",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52b6d7be-e6a9-4020-99b2-051662ffe7fb/?format=api"
                }
            ]
        }
    ]
}