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/b6025b09-6779-4338-9042-61a1fa814852/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b6025b09-6779-4338-9042-61a1fa814852",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "269061d0-cda7-4776-974a-dd10e3213882",
    "completed": true,
    "last_updated": "2022-10-23T21:41:53.975759-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.52,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/269061d0-cda7-4776-974a-dd10e3213882",
    "datetime": "2022-10-22T19:30:00-04:00",
    "cutoff_datetime": "2022-10-22T19:30:00-04:00",
    "name": "Minnesota v. Penn State",
    "bettypes": [
        {
            "id": "b6c606dc-0ba5-40fa-b6fb-2a8d0cc0d6e7",
            "match": "https://api-prod.gambitprofit.com/api/matches/b6025b09-6779-4338-9042-61a1fa814852/?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": "Penn State",
                        "amount": 6563.0
                    },
                    {
                        "team": "Minnesota",
                        "amount": 3437.0
                    }
                ],
                "expected_reward_tokens": 9450.72,
                "profit_sb": -49.28,
                "profit_sb_percentage": -0.52,
                "recommended": false
            },
            "lines": [
                {
                    "id": "c41b3e96-5fd4-482d-a91c-aa8bdfc479c8",
                    "gambit_id": "4cbc0539-1c6c-484d-b791-fc50fbab00d4",
                    "last_updated": "2022-10-23T21:41:53.981960-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Penn State",
                    "reward": "1.44000",
                    "odds": "1.45450",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6c606dc-0ba5-40fa-b6fb-2a8d0cc0d6e7/?format=api"
                },
                {
                    "id": "41135b39-e9b8-40f7-aa94-2766d12f3fa7",
                    "gambit_id": "6b696101-30cc-44b3-8902-7d08bbaac8e4",
                    "last_updated": "2022-10-23T21:41:53.983079-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Minnesota",
                    "reward": "2.75000",
                    "odds": "2.80000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6c606dc-0ba5-40fa-b6fb-2a8d0cc0d6e7/?format=api"
                }
            ]
        },
        {
            "id": "06f54d7f-5462-4ee4-aa7f-a6a496c5b1ae",
            "match": "https://api-prod.gambitprofit.com/api/matches/b6025b09-6779-4338-9042-61a1fa814852/?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": "Minnesota",
                        "amount": 5000.0
                    },
                    {
                        "team": "Penn State",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "e1af320e-80bb-413d-ac85-315e65295b2f",
                    "gambit_id": "007f4fc1-c5d1-4301-a53e-4558bca20844",
                    "last_updated": "2022-10-23T21:41:53.986416-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Minnesota",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "5.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06f54d7f-5462-4ee4-aa7f-a6a496c5b1ae/?format=api"
                },
                {
                    "id": "e4fcff10-d27b-48ee-ab8c-5233b12e1659",
                    "gambit_id": "eb2d25cf-9462-4d29-9224-ce5c7cb6cf91",
                    "last_updated": "2022-10-23T21:41:53.985292-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Penn State",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "-5.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06f54d7f-5462-4ee4-aa7f-a6a496c5b1ae/?format=api"
                }
            ]
        },
        {
            "id": "44133959-70ed-4623-b4b2-1c0549b69d3b",
            "match": "https://api-prod.gambitprofit.com/api/matches/b6025b09-6779-4338-9042-61a1fa814852/?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 43.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 43.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "77c9fc52-e229-4800-bc21-bcfe9dc543e3",
                    "gambit_id": "2c9cdeae-e138-40ac-8f48-9c757b12a5d1",
                    "last_updated": "2022-10-23T21:41:53.978562-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 43.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "43.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44133959-70ed-4623-b4b2-1c0549b69d3b/?format=api"
                },
                {
                    "id": "b4d1853e-d609-4d81-a865-5c15f9d2d652",
                    "gambit_id": "c8c6c901-6921-4f55-b74a-98bb100612c1",
                    "last_updated": "2022-10-23T21:41:53.979745-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 43.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "43.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44133959-70ed-4623-b4b2-1c0549b69d3b/?format=api"
                }
            ]
        }
    ]
}