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/39ec1130-48ea-4c60-900f-43579267ef08/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "39ec1130-48ea-4c60-900f-43579267ef08",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "bc00c3b7-17b3-4ed0-bc8e-924282bcda08",
    "completed": true,
    "last_updated": "2022-11-28T13:47:16.322187-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.72,
    "sport_category": "NBA Lines",
    "sport": "Basketball",
    "url": "https://app.gambitrewards.com/match/bc00c3b7-17b3-4ed0-bc8e-924282bcda08",
    "datetime": "2022-11-27T18:10:00-05:00",
    "cutoff_datetime": "2022-11-27T18:10:00-05:00",
    "name": "Cleveland Cavaliers v. Detroit Pistons",
    "bettypes": [
        {
            "id": "55ac2791-b14f-48fa-9b87-ede8f4d94eb3",
            "match": "https://api-prod.gambitprofit.com/api/matches/39ec1130-48ea-4c60-900f-43579267ef08/?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": "Cleveland Cavaliers",
                        "amount": 7209.0
                    },
                    {
                        "team": "Detroit Pistons",
                        "amount": 2791.0
                    }
                ],
                "expected_reward_tokens": 9154.48,
                "profit_sb": 154.48,
                "profit_sb_percentage": 1.72,
                "recommended": true
            },
            "lines": [
                {
                    "id": "1b46dc53-a543-4966-802f-331265bdc88e",
                    "gambit_id": "d1927b7c-3e80-48c4-9bb8-fe2d9a26c89e",
                    "last_updated": "2022-11-28T13:47:16.329880-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Cleveland Cavaliers",
                    "reward": "1.27000",
                    "odds": "1.31250",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55ac2791-b14f-48fa-9b87-ede8f4d94eb3/?format=api"
                },
                {
                    "id": "ec80f5da-4667-478e-91a4-6a34f99fab52",
                    "gambit_id": "63bb59cf-78c2-448b-aded-47e54242277a",
                    "last_updated": "2022-11-28T13:47:16.328720-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Detroit Pistons",
                    "reward": "3.28000",
                    "odds": "3.60000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55ac2791-b14f-48fa-9b87-ede8f4d94eb3/?format=api"
                }
            ]
        },
        {
            "id": "e400154d-ee6b-439c-89bd-e9ef1381be29",
            "match": "https://api-prod.gambitprofit.com/api/matches/39ec1130-48ea-4c60-900f-43579267ef08/?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": "Cleveland Cavaliers",
                        "amount": 5000.0
                    },
                    {
                        "team": "Detroit Pistons",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "3dbc99c9-dafc-4eb4-94a0-0b3a63ff7847",
                    "gambit_id": "9a09becb-0acb-4e22-a675-5eb4ac8a49f5",
                    "last_updated": "2022-11-28T13:47:16.333157-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Cleveland Cavaliers",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-8.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e400154d-ee6b-439c-89bd-e9ef1381be29/?format=api"
                },
                {
                    "id": "1afddffb-9af7-4d4b-badf-fb15d6ca9feb",
                    "gambit_id": "b0204b68-700b-4a6e-8e63-317dd27880ef",
                    "last_updated": "2022-11-28T13:47:16.332094-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Detroit Pistons",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "8.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e400154d-ee6b-439c-89bd-e9ef1381be29/?format=api"
                }
            ]
        },
        {
            "id": "39873468-06f6-4db3-bc75-2b1a30e8ff70",
            "match": "https://api-prod.gambitprofit.com/api/matches/39ec1130-48ea-4c60-900f-43579267ef08/?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 218.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 218.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "86d7a4b2-f6af-47ad-baa4-32fce6e03f15",
                    "gambit_id": "dc89f456-d88c-4120-ae94-408fb541772e",
                    "last_updated": "2022-11-28T13:47:16.326336-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 218.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "218.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39873468-06f6-4db3-bc75-2b1a30e8ff70/?format=api"
                },
                {
                    "id": "1e7c9a10-524f-4aac-bf0c-ed16cda59a0a",
                    "gambit_id": "941022c0-a854-496a-8d35-8a6dca5a30f2",
                    "last_updated": "2022-11-28T13:47:16.325157-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 218.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "218.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39873468-06f6-4db3-bc75-2b1a30e8ff70/?format=api"
                }
            ]
        }
    ]
}