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/fe5890b5-2216-468e-9275-9a8bad2bcd18/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fe5890b5-2216-468e-9275-9a8bad2bcd18",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "f17c2435-0c15-4907-8755-6b20b3fdc55f",
    "completed": true,
    "last_updated": "2022-10-03T18:37:18.910335-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -1.08,
    "sport_category": "English  Premier League",
    "sport": "Soccer",
    "url": "https://app.gambitrewards.com/match/f17c2435-0c15-4907-8755-6b20b3fdc55f",
    "datetime": "2022-10-01T10:00:00-04:00",
    "cutoff_datetime": "2022-10-01T10:00:00-04:00",
    "name": "Southampton v. Everton",
    "bettypes": [
        {
            "id": "aebaa292-40ea-40db-810b-47b1334ede8a",
            "match": "https://api-prod.gambitprofit.com/api/matches/fe5890b5-2216-468e-9275-9a8bad2bcd18/?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": "Southampton",
                        "amount": 5692.0
                    },
                    {
                        "team": "Everton",
                        "amount": 4308.0
                    }
                ],
                "expected_reward_tokens": 12407.04,
                "profit_sb": 3407.04,
                "profit_sb_percentage": 37.86,
                "recommended": false
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Southampton",
                        "amount": 4015.0
                    },
                    {
                        "team": "Everton",
                        "amount": 3039.0
                    },
                    {
                        "team": "Draw",
                        "amount": 2947.0
                    }
                ],
                "expected_reward_tokens": 8752.32,
                "profit_sb": -247.68,
                "profit_sb_percentage": -2.75,
                "recommended": false
            },
            "lines": [
                {
                    "id": "986d9223-d9b8-47e2-a647-d68375e59598",
                    "gambit_id": "d6ca43eb-4348-4099-856e-0b5db1ee91f9",
                    "last_updated": "2022-10-03T18:37:18.918090-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Southampton",
                    "reward": "2.18000",
                    "odds": "2.35000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aebaa292-40ea-40db-810b-47b1334ede8a/?format=api"
                },
                {
                    "id": "361c9211-2bbd-45ef-bc69-fc0180c40883",
                    "gambit_id": "b20bd12e-1194-4972-854e-c5341a815afc",
                    "last_updated": "2022-10-03T18:37:18.916927-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Everton",
                    "reward": "2.88000",
                    "odds": "3.15000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aebaa292-40ea-40db-810b-47b1334ede8a/?format=api"
                },
                {
                    "id": "dff67908-680a-4c7b-98bf-fa7e871ff4c7",
                    "gambit_id": "3e5f6668-3bbf-42b8-b2de-1f4339dec2a2",
                    "last_updated": "2022-10-03T18:37:18.919279-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Draw",
                    "reward": "2.97000",
                    "odds": "3.25000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aebaa292-40ea-40db-810b-47b1334ede8a/?format=api"
                }
            ]
        },
        {
            "id": "3486a125-9977-4b76-acc5-64499eb84e5a",
            "match": "https://api-prod.gambitprofit.com/api/matches/fe5890b5-2216-468e-9275-9a8bad2bcd18/?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 Under 2.5",
                        "amount": 5363.0
                    },
                    {
                        "team": "Game Total Over 2.5",
                        "amount": 4637.0
                    }
                ],
                "expected_reward_tokens": 8902.58,
                "profit_sb": -97.42,
                "profit_sb_percentage": -1.08,
                "recommended": false
            },
            "lines": [
                {
                    "id": "75fb9308-cf0d-48ed-8d14-5023456310ad",
                    "gambit_id": "1b67f667-3829-4cca-9ca1-7d966b9a7dda",
                    "last_updated": "2022-10-03T18:37:18.913457-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 2.5",
                    "reward": "1.66000",
                    "odds": "1.75000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3486a125-9977-4b76-acc5-64499eb84e5a/?format=api"
                },
                {
                    "id": "1d75d176-0b63-45e1-a9ea-97adc793b236",
                    "gambit_id": "8befa56e-56cf-4e38-bedc-4fa64addbf08",
                    "last_updated": "2022-10-03T18:37:18.914632-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 2.5",
                    "reward": "1.92000",
                    "odds": "2.05000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3486a125-9977-4b76-acc5-64499eb84e5a/?format=api"
                }
            ]
        }
    ]
}