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/7daad6ba-bff5-439e-91a8-34436a9637a4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7daad6ba-bff5-439e-91a8-34436a9637a4",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "c8d456ee-49da-40cc-a455-483d4223a331",
    "completed": true,
    "last_updated": "2022-12-19T13:32:07.305224-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.68,
    "sport_category": "NFL",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/c8d456ee-49da-40cc-a455-483d4223a331",
    "datetime": "2022-12-18T16:05:00-05:00",
    "cutoff_datetime": "2022-12-18T16:05:00-05:00",
    "name": "New England Patriots v. Las Vegas Raiders",
    "bettypes": [
        {
            "id": "0ca04bdb-7955-4537-96aa-f774903c3dc7",
            "match": "https://api-prod.gambitprofit.com/api/matches/7daad6ba-bff5-439e-91a8-34436a9637a4/?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": "Las Vegas Raiders",
                        "amount": 5492.0
                    },
                    {
                        "team": "New England Patriots",
                        "amount": 4508.0
                    }
                ],
                "expected_reward_tokens": 9061.08,
                "profit_sb": 61.08,
                "profit_sb_percentage": 0.68,
                "recommended": true
            },
            "lines": [
                {
                    "id": "d0982d9d-2b1a-48de-9566-6e439045640c",
                    "gambit_id": "30ac7718-154a-49d2-980c-a3e791aa7151",
                    "last_updated": "2022-12-19T13:32:07.314649-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Las Vegas Raiders",
                    "reward": "1.65000",
                    "odds": "1.74070",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ca04bdb-7955-4537-96aa-f774903c3dc7/?format=api"
                },
                {
                    "id": "c884fff3-8e57-4387-822f-c43007c158cf",
                    "gambit_id": "3ec37aa0-9d68-4684-919d-dbce72ef9755",
                    "last_updated": "2022-12-19T13:32:07.315782-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "New England Patriots",
                    "reward": "2.01000",
                    "odds": "2.15000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ca04bdb-7955-4537-96aa-f774903c3dc7/?format=api"
                }
            ]
        },
        {
            "id": "f7f85a4d-b6c7-410d-938f-166290f8eb66",
            "match": "https://api-prod.gambitprofit.com/api/matches/7daad6ba-bff5-439e-91a8-34436a9637a4/?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": "New England Patriots",
                        "amount": 5000.0
                    },
                    {
                        "team": "Las Vegas Raiders",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "49fb84b5-b2cb-4989-a96f-442ea7d1a131",
                    "gambit_id": "9a1b9fcc-4e9a-403c-b958-67dd98267bdd",
                    "last_updated": "2022-12-19T13:32:07.312471-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "New England Patriots",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7f85a4d-b6c7-410d-938f-166290f8eb66/?format=api"
                },
                {
                    "id": "fc50236f-3940-4330-9022-f0158576f314",
                    "gambit_id": "ffa111de-949b-4797-a9c2-ba3d9ac9bfc1",
                    "last_updated": "2022-12-19T13:32:07.311364-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Las Vegas Raiders",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7f85a4d-b6c7-410d-938f-166290f8eb66/?format=api"
                }
            ]
        },
        {
            "id": "770f1c12-5164-4020-98ce-cf71d18e3f18",
            "match": "https://api-prod.gambitprofit.com/api/matches/7daad6ba-bff5-439e-91a8-34436a9637a4/?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 45.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 45.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "b19c600a-0386-4299-9393-f1ccd0d99ef0",
                    "gambit_id": "725300e3-b9db-4c37-8d48-3ed30a207fe1",
                    "last_updated": "2022-12-19T13:32:07.307922-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 45.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "45.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/770f1c12-5164-4020-98ce-cf71d18e3f18/?format=api"
                },
                {
                    "id": "3e4c71a9-9e69-4003-9a36-0201bd0e146d",
                    "gambit_id": "358d3b9a-f30f-43b9-9dea-848dea26eeb0",
                    "last_updated": "2022-12-19T13:32:07.309054-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 45.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "45.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/770f1c12-5164-4020-98ce-cf71d18e3f18/?format=api"
                }
            ]
        }
    ]
}