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/1d51315b-ddf2-41da-b386-387fd4c30115/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d51315b-ddf2-41da-b386-387fd4c30115",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "61807ca5-e66a-441f-b3a5-1ee1e0ed0d4a",
    "completed": true,
    "last_updated": "2022-08-13T10:52:03.812333-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/61807ca5-e66a-441f-b3a5-1ee1e0ed0d4a",
    "datetime": "2022-08-12T19:07:00-04:00",
    "cutoff_datetime": "2022-08-12T19:07:00-04:00",
    "name": "CLE (C Quantrill) v. TOR (J Berrios)",
    "bettypes": [
        {
            "id": "2b69371a-aee6-44ab-8a77-d34246cb8384",
            "match": "https://api-prod.gambitprofit.com/api/matches/1d51315b-ddf2-41da-b386-387fd4c30115/?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 (J Berrios)",
                        "amount": 5881.0
                    },
                    {
                        "team": "CLE (C Quantrill)",
                        "amount": 4119.0
                    }
                ],
                "expected_reward_tokens": 9350.13,
                "profit_sb": 350.13,
                "profit_sb_percentage": 3.89,
                "recommended": true
            },
            "lines": [
                {
                    "id": "eaa1b769-827d-4aac-beed-4eb050414cc2",
                    "gambit_id": "cb413f46-9930-4a27-87b5-d363de492bea",
                    "last_updated": "2022-08-13T10:52:03.815380-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "TOR (J Berrios)",
                    "reward": "1.59000",
                    "odds": "1.64520",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b69371a-aee6-44ab-8a77-d34246cb8384/?format=api"
                },
                {
                    "id": "91b25e44-9bc1-4120-8598-6bb8f67aceaf",
                    "gambit_id": "9d46844a-c833-481b-82e3-7e78aec129aa",
                    "last_updated": "2022-08-13T10:52:03.815835-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "CLE (C Quantrill)",
                    "reward": "2.27000",
                    "odds": "2.40000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b69371a-aee6-44ab-8a77-d34246cb8384/?format=api"
                }
            ]
        },
        {
            "id": "9695f634-9363-4730-8542-e029d833e200",
            "match": "https://api-prod.gambitprofit.com/api/matches/1d51315b-ddf2-41da-b386-387fd4c30115/?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": "CLE",
                        "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": "f593b61e-47b0-460c-856f-ec5f62f62767",
                    "gambit_id": "b8cbce2b-13be-4e72-be35-500d924b1b4d",
                    "last_updated": "2022-08-13T10:52:03.814869-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "CLE",
                    "reward": "1.63000",
                    "odds": "1.68970",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9695f634-9363-4730-8542-e029d833e200/?format=api"
                },
                {
                    "id": "78401c91-dfd8-421b-8238-b53861bd38ec",
                    "gambit_id": "a488a3cc-6cae-46a8-bc01-e0cebf047d3f",
                    "last_updated": "2022-08-13T10:52:03.814419-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/9695f634-9363-4730-8542-e029d833e200/?format=api"
                }
            ]
        },
        {
            "id": "a06e45db-0604-4589-9a69-ec0886119425",
            "match": "https://api-prod.gambitprofit.com/api/matches/1d51315b-ddf2-41da-b386-387fd4c30115/?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 8.5",
                        "amount": 5109.0
                    },
                    {
                        "team": "Game Total Under 8.5",
                        "amount": 4891.0
                    }
                ],
                "expected_reward_tokens": 9145.11,
                "profit_sb": 145.11,
                "profit_sb_percentage": 1.61,
                "recommended": true
            },
            "lines": [
                {
                    "id": "d6d23e3e-ced1-43c0-9be0-9e1449d18d89",
                    "gambit_id": "fa82f60e-00f6-43ae-9298-6863d9569cef",
                    "last_updated": "2022-08-13T10:52:03.813952-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 8.5",
                    "reward": "1.79000",
                    "odds": "1.86960",
                    "spread": "8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a06e45db-0604-4589-9a69-ec0886119425/?format=api"
                },
                {
                    "id": "2c3d3524-3c20-40c2-8255-30ab846da371",
                    "gambit_id": "b9f67561-70f9-4cca-9ec4-3944fa674032",
                    "last_updated": "2022-08-13T10:52:03.813362-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 8.5",
                    "reward": "1.87000",
                    "odds": "1.95240",
                    "spread": "8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a06e45db-0604-4589-9a69-ec0886119425/?format=api"
                }
            ]
        }
    ]
}