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/509dda40-6bc5-443e-8b80-2477d18cdd42/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "509dda40-6bc5-443e-8b80-2477d18cdd42",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "5dfb1afd-d1df-410c-bd53-126d0e564002",
    "completed": true,
    "last_updated": "2022-08-14T13:52:13.416482-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.42,
    "sport_category": "NFL Preseason Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/5dfb1afd-d1df-410c-bd53-126d0e564002",
    "datetime": "2022-08-13T21:00:00-04:00",
    "cutoff_datetime": "2022-08-13T21:00:00-04:00",
    "name": "Dallas Cowboys v. Denver Broncos",
    "bettypes": [
        {
            "id": "c58193dd-2a2f-494d-a241-bfe094cd6873",
            "match": "https://api-prod.gambitprofit.com/api/matches/509dda40-6bc5-443e-8b80-2477d18cdd42/?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": "Denver Broncos",
                        "amount": 6420.0
                    },
                    {
                        "team": "Dallas Cowboys",
                        "amount": 3580.0
                    }
                ],
                "expected_reward_tokens": 9308.0,
                "profit_sb": 308.0,
                "profit_sb_percentage": 3.42,
                "recommended": true
            },
            "lines": [
                {
                    "id": "25587cd9-9ac9-4c7b-ada4-8a2eb6ba11df",
                    "gambit_id": "d4bc2382-2446-4179-8543-8049bbee5b0e",
                    "last_updated": "2022-08-14T13:52:13.419434-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Denver Broncos",
                    "reward": "1.45000",
                    "odds": "1.48780",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c58193dd-2a2f-494d-a241-bfe094cd6873/?format=api"
                },
                {
                    "id": "0840a492-0d1d-4700-a4c0-048acdacb00a",
                    "gambit_id": "c79c24f6-1dc5-43be-bcaa-5ee32916ee0b",
                    "last_updated": "2022-08-14T13:52:13.419870-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Dallas Cowboys",
                    "reward": "2.60000",
                    "odds": "2.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c58193dd-2a2f-494d-a241-bfe094cd6873/?format=api"
                }
            ]
        },
        {
            "id": "06444a51-cd34-486d-8edb-9264fbd52035",
            "match": "https://api-prod.gambitprofit.com/api/matches/509dda40-6bc5-443e-8b80-2477d18cdd42/?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": "Denver Broncos",
                        "amount": 5000.0
                    },
                    {
                        "team": "Dallas Cowboys",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9150.0,
                "profit_sb": 150.0,
                "profit_sb_percentage": 1.67,
                "recommended": true
            },
            "lines": [
                {
                    "id": "4aece7ac-32fb-4891-9e91-2b99e3d639a3",
                    "gambit_id": "5ba83a46-18f5-4fd7-a904-be1ea97437d7",
                    "last_updated": "2022-08-14T13:52:13.418563-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Denver Broncos",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "-4.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06444a51-cd34-486d-8edb-9264fbd52035/?format=api"
                },
                {
                    "id": "eba11830-46d7-4737-98ad-67f4ad1ef059",
                    "gambit_id": "912cf287-57b9-4d0d-a30f-a78c8989757d",
                    "last_updated": "2022-08-14T13:52:13.419003-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Dallas Cowboys",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "4.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06444a51-cd34-486d-8edb-9264fbd52035/?format=api"
                }
            ]
        },
        {
            "id": "4de72c93-5f68-497d-9c45-7df1a469881b",
            "match": "https://api-prod.gambitprofit.com/api/matches/509dda40-6bc5-443e-8b80-2477d18cdd42/?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 33",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 33",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9150.0,
                "profit_sb": 150.0,
                "profit_sb_percentage": 1.67,
                "recommended": true
            },
            "lines": [
                {
                    "id": "7a18594b-8361-495e-b725-a68d0fc80a12",
                    "gambit_id": "8c98efb4-2f4a-48fa-97fa-f4c7c5cfa632",
                    "last_updated": "2022-08-14T13:52:13.417595-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 33",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "33.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4de72c93-5f68-497d-9c45-7df1a469881b/?format=api"
                },
                {
                    "id": "0b8f1cc8-2868-4a51-80de-cd58f5f9900c",
                    "gambit_id": "15d69160-412e-4d3e-954e-554b50033704",
                    "last_updated": "2022-08-14T13:52:13.418113-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 33",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "33.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4de72c93-5f68-497d-9c45-7df1a469881b/?format=api"
                }
            ]
        }
    ]
}