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/6e99b556-30cc-45a3-9d10-7efc909c2685/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e99b556-30cc-45a3-9d10-7efc909c2685",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "2be65ac8-7893-4be1-833d-2c9828b2db2f",
    "completed": true,
    "last_updated": "2022-09-25T21:51:57.770107-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.23,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/2be65ac8-7893-4be1-833d-2c9828b2db2f",
    "datetime": "2022-09-24T18:40:00-04:00",
    "cutoff_datetime": "2022-09-24T18:40:00-04:00",
    "name": "MIL (C Burnes) v. CIN (G Ashcraft)",
    "bettypes": [
        {
            "id": "f10c5319-4121-4d39-93f2-119b8d8dbfa7",
            "match": "https://api-prod.gambitprofit.com/api/matches/6e99b556-30cc-45a3-9d10-7efc909c2685/?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": "MIL (C Burnes)",
                        "amount": 6434.0
                    },
                    {
                        "team": "CIN (G Ashcraft)",
                        "amount": 3566.0
                    }
                ],
                "expected_reward_tokens": 9200.28,
                "profit_sb": 200.28,
                "profit_sb_percentage": 2.23,
                "recommended": true
            },
            "lines": [
                {
                    "id": "7a3e4769-7f8f-483d-9750-5d9ce8d5101b",
                    "gambit_id": "1f2ab7fb-aa35-43df-bb59-8bae7962b6a4",
                    "last_updated": "2022-09-25T21:51:57.780042-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "MIL (C Burnes)",
                    "reward": "1.43000",
                    "odds": "1.48780",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f10c5319-4121-4d39-93f2-119b8d8dbfa7/?format=api"
                },
                {
                    "id": "954c95b1-d811-4b80-b5d4-6960714bffb3",
                    "gambit_id": "a5d7f3ce-ec1f-470b-a214-39ac303671e7",
                    "last_updated": "2022-09-25T21:51:57.782999-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "CIN (G Ashcraft)",
                    "reward": "2.58000",
                    "odds": "2.80000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f10c5319-4121-4d39-93f2-119b8d8dbfa7/?format=api"
                }
            ]
        },
        {
            "id": "7e568ca9-0b62-45e1-a69c-fde7f52fbcdc",
            "match": "https://api-prod.gambitprofit.com/api/matches/6e99b556-30cc-45a3-9d10-7efc909c2685/?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": "MIL",
                        "amount": 5304.0
                    },
                    {
                        "team": "CIN",
                        "amount": 4696.0
                    }
                ],
                "expected_reward_tokens": 9016.32,
                "profit_sb": 16.32,
                "profit_sb_percentage": 0.18,
                "recommended": true
            },
            "lines": [
                {
                    "id": "ed86bb94-7553-4c6c-82ac-d02c4c7f8e23",
                    "gambit_id": "d55b45c2-efdd-4ce6-afb1-96e201b25ba8",
                    "last_updated": "2022-09-25T21:51:57.777875-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "MIL",
                    "reward": "1.70000",
                    "odds": "1.80000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e568ca9-0b62-45e1-a69c-fde7f52fbcdc/?format=api"
                },
                {
                    "id": "1459c4c8-65e8-4b2a-b13e-0c5cd2c38d98",
                    "gambit_id": "330c1a3c-a5ee-4585-ab5b-12d76a61b93a",
                    "last_updated": "2022-09-25T21:51:57.776694-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "CIN",
                    "reward": "1.92000",
                    "odds": "2.05000",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e568ca9-0b62-45e1-a69c-fde7f52fbcdc/?format=api"
                }
            ]
        },
        {
            "id": "777f9d00-7b5c-4624-9891-8e041a9de02a",
            "match": "https://api-prod.gambitprofit.com/api/matches/6e99b556-30cc-45a3-9d10-7efc909c2685/?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 8",
                        "amount": 5097.0
                    },
                    {
                        "team": "Game Total Over 8",
                        "amount": 4903.0
                    }
                ],
                "expected_reward_tokens": 8970.72,
                "profit_sb": -29.28,
                "profit_sb_percentage": -0.33,
                "recommended": false
            },
            "lines": [
                {
                    "id": "47af2a75-83c6-4426-a9b0-4f293fea7b85",
                    "gambit_id": "f0eb6d06-25e9-45ec-ae8d-fa78994a9198",
                    "last_updated": "2022-09-25T21:51:57.773113-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 8",
                    "reward": "1.76000",
                    "odds": "1.86960",
                    "spread": "8.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/777f9d00-7b5c-4624-9891-8e041a9de02a/?format=api"
                },
                {
                    "id": "4faec366-60a9-45fe-8b3b-9e4ae6008fff",
                    "gambit_id": "4214bc01-0a3b-4880-ba0b-7b700daa5149",
                    "last_updated": "2022-09-25T21:51:57.774306-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 8",
                    "reward": "1.83000",
                    "odds": "1.95240",
                    "spread": "8.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/777f9d00-7b5c-4624-9891-8e041a9de02a/?format=api"
                }
            ]
        }
    ]
}