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/b46985f4-ce76-4d3c-b726-23a9f9e598a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b46985f4-ce76-4d3c-b726-23a9f9e598a8",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "d9580269-c16e-4ec3-9c91-72c070a83c09",
    "completed": true,
    "last_updated": "2022-08-29T11:32:14.879885-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.11,
    "sport_category": "NFL Preseason Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/d9580269-c16e-4ec3-9c91-72c070a83c09",
    "datetime": "2022-08-27T21:00:00-04:00",
    "cutoff_datetime": "2022-08-27T21:00:00-04:00",
    "name": "Minnesota Vikings v. Denver Broncos",
    "bettypes": [
        {
            "id": "e7f9cb6a-8612-429a-878b-34b293a78cf6",
            "match": "https://api-prod.gambitprofit.com/api/matches/b46985f4-ce76-4d3c-b726-23a9f9e598a8/?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": 5110.0
                    },
                    {
                        "team": "Minnesota Vikings",
                        "amount": 4890.0
                    }
                ],
                "expected_reward_tokens": 9095.4,
                "profit_sb": 95.4,
                "profit_sb_percentage": 1.06,
                "recommended": true
            },
            "lines": [
                {
                    "id": "82d95e6a-2db1-42e8-b6cd-eb81a381fb6f",
                    "gambit_id": "c29cc1c6-bd1a-4399-94df-dc1799f13e0f",
                    "last_updated": "2022-08-29T11:32:14.882795-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Denver Broncos",
                    "reward": "1.78000",
                    "odds": "1.86960",
                    "spread": "-2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7f9cb6a-8612-429a-878b-34b293a78cf6/?format=api"
                },
                {
                    "id": "a1cf68b0-522b-4004-83b9-0e9c78c78033",
                    "gambit_id": "697416ff-8d6b-47b3-8d11-163e73f694fa",
                    "last_updated": "2022-08-29T11:32:14.883278-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Minnesota Vikings",
                    "reward": "1.86000",
                    "odds": "1.95240",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7f9cb6a-8612-429a-878b-34b293a78cf6/?format=api"
                }
            ]
        },
        {
            "id": "b8a2616d-14fd-409b-9a7c-ec5c59022040",
            "match": "https://api-prod.gambitprofit.com/api/matches/b46985f4-ce76-4d3c-b726-23a9f9e598a8/?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 37",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 37",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9100.0,
                "profit_sb": 100.0,
                "profit_sb_percentage": 1.11,
                "recommended": true
            },
            "lines": [
                {
                    "id": "1f2accda-f54c-497e-be1d-c7f53991fe4e",
                    "gambit_id": "df17bdb7-59a6-493a-8128-ef767586070c",
                    "last_updated": "2022-08-29T11:32:14.881829-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 37",
                    "reward": "1.82000",
                    "odds": "1.90910",
                    "spread": "37.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8a2616d-14fd-409b-9a7c-ec5c59022040/?format=api"
                },
                {
                    "id": "00d1c0c7-020c-4c63-b15c-66b7b64bf8b5",
                    "gambit_id": "d4e4cd77-1450-46d6-ab63-606e73ef8588",
                    "last_updated": "2022-08-29T11:32:14.882320-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 37",
                    "reward": "1.82000",
                    "odds": "1.90910",
                    "spread": "37.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8a2616d-14fd-409b-9a7c-ec5c59022040/?format=api"
                }
            ]
        }
    ]
}