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/c724e72b-c3b2-47e0-859d-472264824a95/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c724e72b-c3b2-47e0-859d-472264824a95",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "2afd2c3a-a836-4c28-a53a-0bd85acd4e07",
    "completed": true,
    "last_updated": "2022-08-16T14:02:08.527017-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.89,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/2afd2c3a-a836-4c28-a53a-0bd85acd4e07",
    "datetime": "2022-08-15T19:07:00-04:00",
    "cutoff_datetime": "2022-08-15T19:07:00-04:00",
    "name": "BAL (K Bradish) v. TOR (Y Kikuchi)",
    "bettypes": [
        {
            "id": "de3f666e-cc3d-4537-920b-97006ca36b2c",
            "match": "https://api-prod.gambitprofit.com/api/matches/c724e72b-c3b2-47e0-859d-472264824a95/?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": "TOR (Y Kikuchi)",
                        "amount": 5881.0
                    },
                    {
                        "team": "BAL (K Bradish)",
                        "amount": 4119.0
                    }
                ],
                "expected_reward_tokens": 9350.13,
                "profit_sb": 350.13,
                "profit_sb_percentage": 3.89,
                "recommended": true
            },
            "lines": [
                {
                    "id": "240a6b8e-fa69-49e4-99d5-ae92883085cc",
                    "gambit_id": "f0420480-421f-4ea3-bbe3-ce8b082ecd4f",
                    "last_updated": "2022-08-16T14:02:08.530104-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "TOR (Y Kikuchi)",
                    "reward": "1.59000",
                    "odds": "1.64520",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de3f666e-cc3d-4537-920b-97006ca36b2c/?format=api"
                },
                {
                    "id": "5bac9ba7-144a-43f5-80da-6a7025811773",
                    "gambit_id": "6ec29472-4dcb-4d12-8f1f-7e1ba8b7d232",
                    "last_updated": "2022-08-16T14:02:08.530567-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "BAL (K Bradish)",
                    "reward": "2.27000",
                    "odds": "2.40000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de3f666e-cc3d-4537-920b-97006ca36b2c/?format=api"
                }
            ]
        },
        {
            "id": "655e9b89-297c-4003-a69e-d13fd4f17774",
            "match": "https://api-prod.gambitprofit.com/api/matches/c724e72b-c3b2-47e0-859d-472264824a95/?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": "BAL",
                        "amount": 5676.0
                    },
                    {
                        "team": "TOR",
                        "amount": 4324.0
                    }
                ],
                "expected_reward_tokens": 9251.88,
                "profit_sb": 251.88,
                "profit_sb_percentage": 2.8,
                "recommended": true
            },
            "lines": [
                {
                    "id": "ec314990-392e-4877-a7ca-b874a3b87732",
                    "gambit_id": "288be201-bad8-4065-85fa-009b44894903",
                    "last_updated": "2022-08-16T14:02:08.529633-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "BAL",
                    "reward": "1.63000",
                    "odds": "1.68970",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/655e9b89-297c-4003-a69e-d13fd4f17774/?format=api"
                },
                {
                    "id": "c375f788-232f-4abb-bf23-5fbd72eb0a59",
                    "gambit_id": "bcfbf0ad-705c-463d-af9f-473977c6d1b8",
                    "last_updated": "2022-08-16T14:02:08.529147-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "TOR",
                    "reward": "2.14000",
                    "odds": "2.25000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/655e9b89-297c-4003-a69e-d13fd4f17774/?format=api"
                }
            ]
        },
        {
            "id": "f6617d38-5e4a-4f66-9136-db5c5f97dc85",
            "match": "https://api-prod.gambitprofit.com/api/matches/c724e72b-c3b2-47e0-859d-472264824a95/?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 9",
                        "amount": 5109.0
                    },
                    {
                        "team": "Game Total Under 9",
                        "amount": 4891.0
                    }
                ],
                "expected_reward_tokens": 9145.11,
                "profit_sb": 145.11,
                "profit_sb_percentage": 1.61,
                "recommended": true
            },
            "lines": [
                {
                    "id": "6614f034-5c65-4fff-b8cc-5591668586de",
                    "gambit_id": "28fa859f-d3d0-41d4-aa54-0ebfc3e5a880",
                    "last_updated": "2022-08-16T14:02:08.528667-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 9",
                    "reward": "1.79000",
                    "odds": "1.86960",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6617d38-5e4a-4f66-9136-db5c5f97dc85/?format=api"
                },
                {
                    "id": "1b85d7d9-b42e-49d5-82ee-db3094be6934",
                    "gambit_id": "2dde622b-33e8-4ad9-9f9a-a22270498811",
                    "last_updated": "2022-08-16T14:02:08.528153-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 9",
                    "reward": "1.87000",
                    "odds": "1.95240",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6617d38-5e4a-4f66-9136-db5c5f97dc85/?format=api"
                }
            ]
        }
    ]
}