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/5f23c70e-3cb8-4afe-a886-91cf55fd9aa6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f23c70e-3cb8-4afe-a886-91cf55fd9aa6",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "7cc0cd33-6dd4-43ed-92aa-d23cf535c944",
    "completed": true,
    "last_updated": "2023-06-10T17:03:16.624644-04:00",
    "created_at": "2023-06-09T09:48:14.687525-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.58,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/7cc0cd33-6dd4-43ed-92aa-d23cf535c944",
    "datetime": "2023-06-09T19:20:00-04:00",
    "cutoff_datetime": "2023-06-09T19:20:00-04:00",
    "name": "WAS (J Gray) v. ATL (A Smith-Shawver)",
    "bettypes": [
        {
            "id": "33e32b68-fdf5-4e8c-afcf-a0af3253b846",
            "match": "https://api-prod.gambitprofit.com/api/matches/5f23c70e-3cb8-4afe-a886-91cf55fd9aa6/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-06-09T09:48:14.690602-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 Smith-Shawver)",
                        "amount": 6500.0
                    },
                    {
                        "team": "WAS (J Gray)",
                        "amount": 3500.0
                    }
                ],
                "expected_reward_tokens": 9555.0,
                "profit_sb": 55.0,
                "profit_sb_percentage": 0.58,
                "recommended": true
            },
            "lines": [
                {
                    "id": "98cef273-66a6-4430-b3e1-24ec838e72e9",
                    "gambit_id": "68bb1418-4da9-4491-9fdb-b91e6b0892c6",
                    "last_updated": "2023-06-10T17:03:16.632117-04:00",
                    "created_at": "2023-06-09T09:48:14.694956-04:00",
                    "name": "ATL (A Smith-Shawver)",
                    "reward": "1.47000",
                    "odds": "1.48780",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33e32b68-fdf5-4e8c-afcf-a0af3253b846/?format=api"
                },
                {
                    "id": "01a7aec3-6f21-4700-809f-dbb730f9ee77",
                    "gambit_id": "b76413b6-e82e-4d29-bd9b-c5a659300d05",
                    "last_updated": "2023-06-10T17:03:16.629852-04:00",
                    "created_at": "2023-06-09T09:48:14.692723-04:00",
                    "name": "WAS (J Gray)",
                    "reward": "2.73000",
                    "odds": "2.80000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33e32b68-fdf5-4e8c-afcf-a0af3253b846/?format=api"
                }
            ]
        },
        {
            "id": "53f6e7f9-bf7c-4205-b991-0771f9ee7d9b",
            "match": "https://api-prod.gambitprofit.com/api/matches/5f23c70e-3cb8-4afe-a886-91cf55fd9aa6/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-06-09T09:48:14.697341-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": 5107.0
                    },
                    {
                        "team": "WAS",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "3c3d8070-b3dd-4b43-8a2f-98e60843dc9e",
                    "gambit_id": "cea3ebf1-69ed-4cbb-aa0a-020177c8c511",
                    "last_updated": "2023-06-10T17:03:16.639118-04:00",
                    "created_at": "2023-06-09T09:48:14.701605-04:00",
                    "name": "ATL",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53f6e7f9-bf7c-4205-b991-0771f9ee7d9b/?format=api"
                },
                {
                    "id": "a592ac2a-4440-477f-b807-92a75daf9ebb",
                    "gambit_id": "2d078152-e377-4e71-95f6-f4f2dcc30e56",
                    "last_updated": "2023-06-10T17:03:16.636931-04:00",
                    "created_at": "2023-06-09T09:48:14.699467-04:00",
                    "name": "WAS",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53f6e7f9-bf7c-4205-b991-0771f9ee7d9b/?format=api"
                }
            ]
        },
        {
            "id": "9cca82d3-b384-45e8-a130-446721f1db2a",
            "match": "https://api-prod.gambitprofit.com/api/matches/5f23c70e-3cb8-4afe-a886-91cf55fd9aa6/?format=api",
            "name": "Over/Under",
            "created_at": "2023-06-09T09:48:14.704121-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 10",
                        "amount": 5213.0
                    },
                    {
                        "team": "Game Total Under 10",
                        "amount": 4787.0
                    }
                ],
                "expected_reward_tokens": 9382.52,
                "profit_sb": -117.48,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "dbcd5d7a-ded7-4998-afca-f87f5ad51ac7",
                    "gambit_id": "20b829ec-fede-49d1-a470-5bdddd49e1d8",
                    "last_updated": "2023-06-10T17:03:16.643425-04:00",
                    "created_at": "2023-06-09T09:48:14.706404-04:00",
                    "name": "Game Total Over 10",
                    "reward": "1.80000",
                    "odds": "1.83330",
                    "spread": "10.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9cca82d3-b384-45e8-a130-446721f1db2a/?format=api"
                },
                {
                    "id": "036d7634-1d37-4943-9969-fb2432f55555",
                    "gambit_id": "23bc70cc-091d-47ca-a963-04e41775eec1",
                    "last_updated": "2023-06-10T17:03:16.645457-04:00",
                    "created_at": "2023-06-09T09:48:14.709267-04:00",
                    "name": "Game Total Under 10",
                    "reward": "1.96000",
                    "odds": "2.00000",
                    "spread": "10.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9cca82d3-b384-45e8-a130-446721f1db2a/?format=api"
                }
            ]
        }
    ]
}