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/c2920dc8-1b0c-400d-984a-2c468419fc62/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c2920dc8-1b0c-400d-984a-2c468419fc62",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "b25a246e-b202-4371-91fc-399ef8356925",
    "completed": true,
    "last_updated": "2022-08-12T09:52:09.005581-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 4.23,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/b25a246e-b202-4371-91fc-399ef8356925",
    "datetime": "2022-08-11T13:10:00-04:00",
    "cutoff_datetime": "2022-08-11T13:10:00-04:00",
    "name": "CLE (Z Plesac) v. DET (G Hill)",
    "bettypes": [
        {
            "id": "0cbf499e-196a-4c0c-b733-0384bcbff936",
            "match": "https://api-prod.gambitprofit.com/api/matches/c2920dc8-1b0c-400d-984a-2c468419fc62/?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": "CLE (Z Plesac)",
                        "amount": 5755.0
                    },
                    {
                        "team": "DET (G Hill)",
                        "amount": 4245.0
                    }
                ],
                "expected_reward_tokens": 9380.65,
                "profit_sb": 380.65,
                "profit_sb_percentage": 4.23,
                "recommended": true
            },
            "lines": [
                {
                    "id": "d01cafe5-9b75-4e39-b337-3c855cc567dd",
                    "gambit_id": "d022b622-ce88-41c4-932c-4973591d12bd",
                    "last_updated": "2022-08-12T09:52:09.010719-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "CLE (Z Plesac)",
                    "reward": "1.63000",
                    "odds": "1.68970",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0cbf499e-196a-4c0c-b733-0384bcbff936/?format=api"
                },
                {
                    "id": "e7fb45e2-6017-4f1d-8388-eedb7abcf239",
                    "gambit_id": "243d124d-3374-4071-b432-9f8c3f99435e",
                    "last_updated": "2022-08-12T09:52:09.010283-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "DET (G Hill)",
                    "reward": "2.21000",
                    "odds": "2.33000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0cbf499e-196a-4c0c-b733-0384bcbff936/?format=api"
                }
            ]
        },
        {
            "id": "ca06ea8c-b067-4e19-8040-666225cbb0ba",
            "match": "https://api-prod.gambitprofit.com/api/matches/c2920dc8-1b0c-400d-984a-2c468419fc62/?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": "DET",
                        "amount": 5405.0
                    },
                    {
                        "team": "CLE",
                        "amount": 4595.0
                    }
                ],
                "expected_reward_tokens": 9188.5,
                "profit_sb": 188.5,
                "profit_sb_percentage": 2.09,
                "recommended": true
            },
            "lines": [
                {
                    "id": "8e95384a-db27-4210-b5f1-8b7678cf76f5",
                    "gambit_id": "5e9cb569-f31a-4920-a50a-da0e4df2d0f5",
                    "last_updated": "2022-08-12T09:52:09.008298-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "DET",
                    "reward": "1.70000",
                    "odds": "1.76920",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca06ea8c-b067-4e19-8040-666225cbb0ba/?format=api"
                },
                {
                    "id": "fa7869b4-a008-4057-bcb2-5a40fd33d87e",
                    "gambit_id": "698f5b86-5154-464b-8273-2cb68559a399",
                    "last_updated": "2022-08-12T09:52:09.009321-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "CLE",
                    "reward": "2.00000",
                    "odds": "2.10000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca06ea8c-b067-4e19-8040-666225cbb0ba/?format=api"
                }
            ]
        }
    ]
}