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/e48a75d1-4bbf-4c7b-92f5-937563f86e6a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e48a75d1-4bbf-4c7b-92f5-937563f86e6a",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "61819fb7-020e-48a5-8aaf-a5166c663328",
    "completed": true,
    "last_updated": "2022-10-23T21:41:54.793723-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.46,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/61819fb7-020e-48a5-8aaf-a5166c663328",
    "datetime": "2022-10-22T22:30:00-04:00",
    "cutoff_datetime": "2022-10-22T22:30:00-04:00",
    "name": "San Diego State v. Nevada",
    "bettypes": [
        {
            "id": "c6086e79-00ba-4a2d-aceb-36d2730d5ff7",
            "match": "https://api-prod.gambitprofit.com/api/matches/e48a75d1-4bbf-4c7b-92f5-937563f86e6a/?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": "San Diego State",
                        "amount": 7176.0
                    },
                    {
                        "team": "Nevada",
                        "amount": 2824.0
                    }
                ],
                "expected_reward_tokens": 9544.08,
                "profit_sb": 44.08,
                "profit_sb_percentage": 0.46,
                "recommended": true
            },
            "lines": [
                {
                    "id": "a588271c-aef9-4689-bf39-35d8dc6af928",
                    "gambit_id": "60249f54-1c94-49de-b670-c0f296e44615",
                    "last_updated": "2022-10-23T21:41:54.800594-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "San Diego State",
                    "reward": "1.33000",
                    "odds": "1.34480",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6086e79-00ba-4a2d-aceb-36d2730d5ff7/?format=api"
                },
                {
                    "id": "866cd712-285a-4776-aa54-22c68da9fa4d",
                    "gambit_id": "9fd7f7e8-efdc-424b-b42e-8f176f585de9",
                    "last_updated": "2022-10-23T21:41:54.799568-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Nevada",
                    "reward": "3.38000",
                    "odds": "3.45000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6086e79-00ba-4a2d-aceb-36d2730d5ff7/?format=api"
                }
            ]
        },
        {
            "id": "f4959c6a-f849-4b31-977a-700fddd9e186",
            "match": "https://api-prod.gambitprofit.com/api/matches/e48a75d1-4bbf-4c7b-92f5-937563f86e6a/?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": "San Diego State",
                        "amount": 5000.0
                    },
                    {
                        "team": "Nevada",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "07b18ad8-3ac7-48fe-b32e-8db6fd68047a",
                    "gambit_id": "3ae96c8f-ef8b-48e6-9986-6660eadc40de",
                    "last_updated": "2022-10-23T21:41:54.802637-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "San Diego State",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "-7.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4959c6a-f849-4b31-977a-700fddd9e186/?format=api"
                },
                {
                    "id": "04093839-82ba-42c4-9357-ec7328d116c3",
                    "gambit_id": "db503d3e-4c90-4792-9546-50bf6be41712",
                    "last_updated": "2022-10-23T21:41:54.803649-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Nevada",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "7.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4959c6a-f849-4b31-977a-700fddd9e186/?format=api"
                }
            ]
        },
        {
            "id": "25d32e4c-5d32-4570-b972-972a26de84d8",
            "match": "https://api-prod.gambitprofit.com/api/matches/e48a75d1-4bbf-4c7b-92f5-937563f86e6a/?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 36",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 36",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "112cfbfd-7c67-4ba4-b253-83f759265564",
                    "gambit_id": "339917f4-bf6b-4da5-9aa9-3f6c4bb9e6ce",
                    "last_updated": "2022-10-23T21:41:54.797430-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 36",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "36.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25d32e4c-5d32-4570-b972-972a26de84d8/?format=api"
                },
                {
                    "id": "3af1d152-f769-4579-9bd5-9a45ab0f1d71",
                    "gambit_id": "634f50ea-3369-40d2-9621-c7017f4e1aa7",
                    "last_updated": "2022-10-23T21:41:54.796258-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 36",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "36.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25d32e4c-5d32-4570-b972-972a26de84d8/?format=api"
                }
            ]
        }
    ]
}