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/47ef3532-f4ee-476e-91a9-2f6222899b1d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "47ef3532-f4ee-476e-91a9-2f6222899b1d",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "ff3f5cd1-7274-4131-bdb7-4554af04816a",
    "completed": true,
    "last_updated": "2022-10-03T11:07:28.121080-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -2.0,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/ff3f5cd1-7274-4131-bdb7-4554af04816a",
    "datetime": "2022-10-01T19:30:00-04:00",
    "cutoff_datetime": "2022-10-01T19:30:00-04:00",
    "name": "Virginia v. Duke",
    "bettypes": [
        {
            "id": "ca353759-d2a5-48c6-a00a-9ba112182071",
            "match": "https://api-prod.gambitprofit.com/api/matches/47ef3532-f4ee-476e-91a9-2f6222899b1d/?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": "Duke",
                        "amount": 5413.0
                    },
                    {
                        "team": "Virginia",
                        "amount": 4587.0
                    }
                ],
                "expected_reward_tokens": 9310.36,
                "profit_sb": -189.64,
                "profit_sb_percentage": -2.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "079db532-287f-48a5-bf49-b1ba76bfcc40",
                    "gambit_id": "5a650cc5-ca7d-4833-af16-09c62e956362",
                    "last_updated": "2022-10-03T11:07:28.127158-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Duke",
                    "reward": "1.72000",
                    "odds": "1.76920",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca353759-d2a5-48c6-a00a-9ba112182071/?format=api"
                },
                {
                    "id": "b6cfe384-74ed-4286-80ea-1944ef11aac2",
                    "gambit_id": "4133834d-e24d-43c9-a297-d42a7115a7b8",
                    "last_updated": "2022-10-03T11:07:28.128129-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Virginia",
                    "reward": "2.03000",
                    "odds": "2.10000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca353759-d2a5-48c6-a00a-9ba112182071/?format=api"
                }
            ]
        },
        {
            "id": "35c8d83a-1a43-469a-9f5e-0100a7b8bcb7",
            "match": "https://api-prod.gambitprofit.com/api/matches/47ef3532-f4ee-476e-91a9-2f6222899b1d/?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": "Duke",
                        "amount": 5000.0
                    },
                    {
                        "team": "Virginia",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9250.0,
                "profit_sb": -250.0,
                "profit_sb_percentage": -2.63,
                "recommended": false
            },
            "lines": [
                {
                    "id": "b7dfc7eb-a7cb-466c-a9ac-d6cb408911de",
                    "gambit_id": "62cecb34-2307-44d9-8b99-411843148581",
                    "last_updated": "2022-10-03T11:07:28.130325-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Duke",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "-2.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35c8d83a-1a43-469a-9f5e-0100a7b8bcb7/?format=api"
                },
                {
                    "id": "0a5fe6f9-866c-4826-9e56-cd0d623a9a6c",
                    "gambit_id": "d2fc240a-c9e0-4323-976d-e79a3ae06e23",
                    "last_updated": "2022-10-03T11:07:28.131318-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Virginia",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "2.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35c8d83a-1a43-469a-9f5e-0100a7b8bcb7/?format=api"
                }
            ]
        },
        {
            "id": "abae02e4-77fc-4e82-82f7-3ccab3641575",
            "match": "https://api-prod.gambitprofit.com/api/matches/47ef3532-f4ee-476e-91a9-2f6222899b1d/?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 55",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 55",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9250.0,
                "profit_sb": -250.0,
                "profit_sb_percentage": -2.63,
                "recommended": false
            },
            "lines": [
                {
                    "id": "976609bc-594f-487e-ab98-8742e4f86243",
                    "gambit_id": "9407f381-2373-4005-ae4e-231069c18f9b",
                    "last_updated": "2022-10-03T11:07:28.125045-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 55",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "55.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abae02e4-77fc-4e82-82f7-3ccab3641575/?format=api"
                },
                {
                    "id": "c500d73e-dab2-4c57-b4f0-fd25c2acba38",
                    "gambit_id": "5a900e2b-0f54-4e5d-86db-f2aaba5e1533",
                    "last_updated": "2022-10-03T11:07:28.124044-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 55",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "55.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abae02e4-77fc-4e82-82f7-3ccab3641575/?format=api"
                }
            ]
        }
    ]
}