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/8f715c71-fd6e-4a6e-9268-989db5467893/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f715c71-fd6e-4a6e-9268-989db5467893",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "3c3b3b4e-fbc6-4f53-a1f9-dc8cddca1e39",
    "completed": true,
    "last_updated": "2022-09-19T10:11:59.461211-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.51,
    "sport_category": "US MLS",
    "sport": "Soccer",
    "url": "https://app.gambitrewards.com/match/3c3b3b4e-fbc6-4f53-a1f9-dc8cddca1e39",
    "datetime": "2022-09-17T19:30:00-04:00",
    "cutoff_datetime": "2022-09-17T19:30:00-04:00",
    "name": "Orlando City SC v. Toronto FC",
    "bettypes": [
        {
            "id": "14d305c4-c7bd-4f46-b849-b69662cb0a81",
            "match": "https://api-prod.gambitprofit.com/api/matches/8f715c71-fd6e-4a6e-9268-989db5467893/?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": true,
                "name": "Med Risk",
                "bet": [
                    {
                        "team": "Orlando City SC",
                        "amount": 6767.0
                    },
                    {
                        "team": "Toronto FC",
                        "amount": 3233.0
                    }
                ],
                "expected_reward_tokens": 11571.57,
                "profit_sb": 2571.57,
                "profit_sb_percentage": 28.57,
                "recommended": false
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Orlando City SC",
                        "amount": 5145.0
                    },
                    {
                        "team": "Toronto FC",
                        "amount": 2458.0
                    },
                    {
                        "team": "Draw",
                        "amount": 2397.0
                    }
                ],
                "expected_reward_tokens": 8796.99,
                "profit_sb": -203.01,
                "profit_sb_percentage": -2.26,
                "recommended": false
            },
            "lines": [
                {
                    "id": "85b05c59-fdae-40a6-8d7d-115de2458bad",
                    "gambit_id": "7e6247fa-af4b-47ab-9b3b-8a8f17b070bb",
                    "last_updated": "2022-09-19T10:11:59.467644-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Orlando City SC",
                    "reward": "1.71000",
                    "odds": "1.80000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14d305c4-c7bd-4f46-b849-b69662cb0a81/?format=api"
                },
                {
                    "id": "145ae961-7488-4b6c-8767-00b751f92ed1",
                    "gambit_id": "9e554d6a-5210-4904-bbce-c3396f9674de",
                    "last_updated": "2022-09-19T10:11:59.466686-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Toronto FC",
                    "reward": "3.58000",
                    "odds": "3.90000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14d305c4-c7bd-4f46-b849-b69662cb0a81/?format=api"
                },
                {
                    "id": "dcc35de4-3ce0-42e3-9b79-218e80cc30fd",
                    "gambit_id": "a9dda71b-7fe0-4827-a1b3-62c6bbaff667",
                    "last_updated": "2022-09-19T10:11:59.468591-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Draw",
                    "reward": "3.67000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14d305c4-c7bd-4f46-b849-b69662cb0a81/?format=api"
                }
            ]
        },
        {
            "id": "28eb25a3-fce5-4205-be46-38f5eb851f3c",
            "match": "https://api-prod.gambitprofit.com/api/matches/8f715c71-fd6e-4a6e-9268-989db5467893/?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 2.5",
                        "amount": 5930.0
                    },
                    {
                        "team": "Game Total Under 2.5",
                        "amount": 4070.0
                    }
                ],
                "expected_reward_tokens": 8954.0,
                "profit_sb": -46.0,
                "profit_sb_percentage": -0.51,
                "recommended": false
            },
            "lines": [
                {
                    "id": "c3ca9dbf-e087-47b7-b8a6-aa4974fece7a",
                    "gambit_id": "eca11d63-a06e-479c-a720-db96f6c57dd9",
                    "last_updated": "2022-09-19T10:11:59.464500-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 2.5",
                    "reward": "1.51000",
                    "odds": "1.57000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28eb25a3-fce5-4205-be46-38f5eb851f3c/?format=api"
                },
                {
                    "id": "f76618af-a829-4091-99e6-819718db51c7",
                    "gambit_id": "c00b47b1-611c-404c-8d1a-5565a201087e",
                    "last_updated": "2022-09-19T10:11:59.463532-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 2.5",
                    "reward": "2.20000",
                    "odds": "2.35000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28eb25a3-fce5-4205-be46-38f5eb851f3c/?format=api"
                }
            ]
        }
    ]
}