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/bd404611-661d-41a4-a275-d05dac3a75c7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd404611-661d-41a4-a275-d05dac3a75c7",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "78d0cd3c-eb35-4df7-b2be-ef4d926d960a",
    "completed": true,
    "last_updated": "2022-10-11T11:56:57.590773-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.88,
    "sport_category": "NFL",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/78d0cd3c-eb35-4df7-b2be-ef4d926d960a",
    "datetime": "2022-10-09T13:00:00-04:00",
    "cutoff_datetime": "2022-10-09T13:00:00-04:00",
    "name": "Miami Dolphins v. New York Jets",
    "bettypes": [
        {
            "id": "5ee999b3-565f-4017-915c-94b351237810",
            "match": "https://api-prod.gambitprofit.com/api/matches/bd404611-661d-41a4-a275-d05dac3a75c7/?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": "Miami Dolphins",
                        "amount": 6104.0
                    },
                    {
                        "team": "New York Jets",
                        "amount": 3896.0
                    }
                ],
                "expected_reward_tokens": 9583.28,
                "profit_sb": 83.28,
                "profit_sb_percentage": 0.88,
                "recommended": true
            },
            "lines": [
                {
                    "id": "0cde24fd-cde3-4b7a-97d7-463dfe707823",
                    "gambit_id": "f230bc90-fc96-4b58-bbbd-c188aaff3f71",
                    "last_updated": "2022-10-11T11:56:57.597204-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Miami Dolphins",
                    "reward": "1.57000",
                    "odds": "1.58820",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ee999b3-565f-4017-915c-94b351237810/?format=api"
                },
                {
                    "id": "2c3f2320-b4c4-44e0-bfd2-a8c109b414bf",
                    "gambit_id": "66912d75-333d-4217-8d3b-3e86b6870b64",
                    "last_updated": "2022-10-11T11:56:57.596250-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "New York Jets",
                    "reward": "2.46000",
                    "odds": "2.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ee999b3-565f-4017-915c-94b351237810/?format=api"
                }
            ]
        },
        {
            "id": "7c7fa3d5-bbdf-45dd-8bce-746db8e59ed6",
            "match": "https://api-prod.gambitprofit.com/api/matches/bd404611-661d-41a4-a275-d05dac3a75c7/?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": "Miami Dolphins",
                        "amount": 5212.0
                    },
                    {
                        "team": "New York Jets",
                        "amount": 4788.0
                    }
                ],
                "expected_reward_tokens": 9432.36,
                "profit_sb": -67.64,
                "profit_sb_percentage": -0.71,
                "recommended": false
            },
            "lines": [
                {
                    "id": "dc42bf9d-800d-413a-ae06-63fd235a596e",
                    "gambit_id": "23d6841a-4895-4755-9af0-994ee94499ba",
                    "last_updated": "2022-10-11T11:56:57.600197-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Miami Dolphins",
                    "reward": "1.81000",
                    "odds": "1.83330",
                    "spread": "-3.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c7fa3d5-bbdf-45dd-8bce-746db8e59ed6/?format=api"
                },
                {
                    "id": "44ee3f0a-8f2d-440d-a6f7-9d72dad154e9",
                    "gambit_id": "482047a9-ef4c-40cb-962e-7f8b6bd83597",
                    "last_updated": "2022-10-11T11:56:57.599172-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "New York Jets",
                    "reward": "1.97000",
                    "odds": "2.00000",
                    "spread": "3.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c7fa3d5-bbdf-45dd-8bce-746db8e59ed6/?format=api"
                }
            ]
        },
        {
            "id": "3ff37d09-9bf5-4ad3-a056-46a407b0963a",
            "match": "https://api-prod.gambitprofit.com/api/matches/bd404611-661d-41a4-a275-d05dac3a75c7/?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 46.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 46.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "7aaab645-ecf0-490e-80be-055e00ee8e85",
                    "gambit_id": "01492208-cb4c-4aaa-bdf8-85a7093e6b20",
                    "last_updated": "2022-10-11T11:56:57.593281-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 46.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "46.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ff37d09-9bf5-4ad3-a056-46a407b0963a/?format=api"
                },
                {
                    "id": "b50d2a5f-5451-4d2f-bc49-73dc0496ab53",
                    "gambit_id": "e5b98b29-bdcc-438d-9e6b-aeb74e6bf1b5",
                    "last_updated": "2022-10-11T11:56:57.594325-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 46.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "46.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ff37d09-9bf5-4ad3-a056-46a407b0963a/?format=api"
                }
            ]
        }
    ]
}