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/0cdfe567-7a99-40d7-90e4-72450e67d529/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0cdfe567-7a99-40d7-90e4-72450e67d529",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "2030f686-4f59-471f-af4b-6e07913396a8",
    "completed": true,
    "last_updated": "2023-09-26T09:58:05.944106-04:00",
    "created_at": "2023-09-24T12:58:15.445972-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.44,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/2030f686-4f59-471f-af4b-6e07913396a8",
    "datetime": "2023-09-24T13:35:00-04:00",
    "cutoff_datetime": "2023-09-24T13:35:00-04:00",
    "name": "ATL (A Winans) v. WAS (J Rutledge) - Game 1",
    "bettypes": [
        {
            "id": "000a0499-3188-408c-bce2-9c19757b7fcf",
            "match": "https://api-prod.gambitprofit.com/api/matches/0cdfe567-7a99-40d7-90e4-72450e67d529/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-09-24T12:58:15.457151-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": "ATL (A Winans)",
                        "amount": 6721.0
                    },
                    {
                        "team": "WAS (J Rutledge)",
                        "amount": 3279.0
                    }
                ],
                "expected_reward_tokens": 9541.89,
                "profit_sb": 41.89,
                "profit_sb_percentage": 0.44,
                "recommended": true
            },
            "lines": [
                {
                    "id": "4abf0ff8-7ffb-4e97-804a-6a746f5fff26",
                    "gambit_id": "0c8f9335-d6e8-494a-a2d6-6a87db615945",
                    "last_updated": "2023-09-26T09:58:05.963204-04:00",
                    "created_at": "2023-09-24T12:58:15.461122-04:00",
                    "name": "ATL (A Winans)",
                    "reward": "1.42000",
                    "odds": "1.43480",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/000a0499-3188-408c-bce2-9c19757b7fcf/?format=api"
                },
                {
                    "id": "984a0745-9e2c-4455-b007-421b61631cab",
                    "gambit_id": "b699cceb-e3e5-45dd-8aa7-20f6e6992ffe",
                    "last_updated": "2023-09-26T09:58:05.966746-04:00",
                    "created_at": "2023-09-24T12:58:15.465317-04:00",
                    "name": "WAS (J Rutledge)",
                    "reward": "2.91000",
                    "odds": "3.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/000a0499-3188-408c-bce2-9c19757b7fcf/?format=api"
                }
            ]
        },
        {
            "id": "aba27170-5b2e-4a0d-9843-0cb7a38a2625",
            "match": "https://api-prod.gambitprofit.com/api/matches/0cdfe567-7a99-40d7-90e4-72450e67d529/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-09-24T12:58:15.469244-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": "ATL",
                        "amount": 5688.0
                    },
                    {
                        "team": "WAS",
                        "amount": 4312.0
                    }
                ],
                "expected_reward_tokens": 9442.08,
                "profit_sb": -57.92,
                "profit_sb_percentage": -0.61,
                "recommended": false
            },
            "lines": [
                {
                    "id": "4182e51e-688e-4320-a643-f23150f6ea9f",
                    "gambit_id": "8fcbfdd3-2718-4294-8a3f-fb7063d3385b",
                    "last_updated": "2023-09-26T09:58:05.974545-04:00",
                    "created_at": "2023-09-24T12:58:15.473008-04:00",
                    "name": "ATL",
                    "reward": "1.66000",
                    "odds": "1.68970",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aba27170-5b2e-4a0d-9843-0cb7a38a2625/?format=api"
                },
                {
                    "id": "37fa9b85-c2cb-4125-9366-1ec8f7d69a04",
                    "gambit_id": "cb4313f0-83f0-4c1c-8ee4-62e0b9f80889",
                    "last_updated": "2023-09-26T09:58:05.977968-04:00",
                    "created_at": "2023-09-24T12:58:15.476783-04:00",
                    "name": "WAS",
                    "reward": "2.19000",
                    "odds": "2.25000",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aba27170-5b2e-4a0d-9843-0cb7a38a2625/?format=api"
                }
            ]
        },
        {
            "id": "1faf6770-d3f9-448e-be9f-1a28133fa3ad",
            "match": "https://api-prod.gambitprofit.com/api/matches/0cdfe567-7a99-40d7-90e4-72450e67d529/?format=api",
            "name": "Over/Under",
            "created_at": "2023-09-24T12:58:15.480717-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 Over 9",
                        "amount": 5213.0
                    },
                    {
                        "team": "Game Total Under 9",
                        "amount": 4787.0
                    }
                ],
                "expected_reward_tokens": 9382.52,
                "profit_sb": -117.48,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "174562ef-4c75-4aea-89bd-bc12af3cc375",
                    "gambit_id": "bf241720-3b2a-42f5-85b9-a1dada16d2ba",
                    "last_updated": "2023-09-26T09:58:05.985108-04:00",
                    "created_at": "2023-09-24T12:58:15.484297-04:00",
                    "name": "Game Total Over 9",
                    "reward": "1.80000",
                    "odds": "1.83330",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1faf6770-d3f9-448e-be9f-1a28133fa3ad/?format=api"
                },
                {
                    "id": "de170e82-f57a-4a56-991f-53430ad002ad",
                    "gambit_id": "b6cd42b9-97dc-405e-947e-90e367711116",
                    "last_updated": "2023-09-26T09:58:05.988292-04:00",
                    "created_at": "2023-09-24T12:58:15.488284-04:00",
                    "name": "Game Total Under 9",
                    "reward": "1.96000",
                    "odds": "2.00000",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1faf6770-d3f9-448e-be9f-1a28133fa3ad/?format=api"
                }
            ]
        }
    ]
}