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/6af6f66a-46ea-4366-af0e-e9d99e566585/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6af6f66a-46ea-4366-af0e-e9d99e566585",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "688cb988-919b-4b69-ad76-67d35c06bd1b",
    "completed": true,
    "last_updated": "2022-09-03T19:57:07.125024-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.27,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/688cb988-919b-4b69-ad76-67d35c06bd1b",
    "datetime": "2022-09-02T19:05:00-04:00",
    "cutoff_datetime": "2022-09-02T19:05:00-04:00",
    "name": "OAK (J Sears) v. BAL (D Kremer)",
    "bettypes": [
        {
            "id": "978b7560-9946-401a-b498-665de410af68",
            "match": "https://api-prod.gambitprofit.com/api/matches/6af6f66a-46ea-4366-af0e-e9d99e566585/?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": "BAL (D Kremer)",
                        "amount": 5959.0
                    },
                    {
                        "team": "OAK (J Sears)",
                        "amount": 4041.0
                    }
                ],
                "expected_reward_tokens": 9294.3,
                "profit_sb": 294.3,
                "profit_sb_percentage": 3.27,
                "recommended": true
            },
            "lines": [
                {
                    "id": "9991a4ab-df15-4462-9027-56468b08ffc4",
                    "gambit_id": "44ec0801-a2d8-4f14-8705-0a17e13142e0",
                    "last_updated": "2022-09-03T19:57:07.133855-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "BAL (D Kremer)",
                    "reward": "1.56000",
                    "odds": "1.62500",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/978b7560-9946-401a-b498-665de410af68/?format=api"
                },
                {
                    "id": "eee8d462-2c0b-47d2-92d4-1fdc19e9e67a",
                    "gambit_id": "29f4b1a3-51a4-4496-ae52-2059cd6fe696",
                    "last_updated": "2022-09-03T19:57:07.134810-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "OAK (J Sears)",
                    "reward": "2.30000",
                    "odds": "2.45000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/978b7560-9946-401a-b498-665de410af68/?format=api"
                }
            ]
        },
        {
            "id": "5ec6e599-f6d0-4882-8440-a8278fda710c",
            "match": "https://api-prod.gambitprofit.com/api/matches/6af6f66a-46ea-4366-af0e-e9d99e566585/?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": "OAK",
                        "amount": 5668.0
                    },
                    {
                        "team": "BAL",
                        "amount": 4332.0
                    }
                ],
                "expected_reward_tokens": 9182.16,
                "profit_sb": 182.16,
                "profit_sb_percentage": 2.02,
                "recommended": true
            },
            "lines": [
                {
                    "id": "4259a7ff-841d-483a-adfc-aaa5a144483a",
                    "gambit_id": "84f0c319-c584-4a93-9dce-470c6f275008",
                    "last_updated": "2022-09-03T19:57:07.131911-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "OAK",
                    "reward": "1.62000",
                    "odds": "1.68970",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ec6e599-f6d0-4882-8440-a8278fda710c/?format=api"
                },
                {
                    "id": "f63686af-7962-4054-9f28-133973e0ff4b",
                    "gambit_id": "135be348-ab6e-44a9-a2a4-0e4058ba1810",
                    "last_updated": "2022-09-03T19:57:07.130938-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "BAL",
                    "reward": "2.12000",
                    "odds": "2.25000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ec6e599-f6d0-4882-8440-a8278fda710c/?format=api"
                }
            ]
        },
        {
            "id": "320474c3-2de6-4f49-8b36-2546dfa2cbf0",
            "match": "https://api-prod.gambitprofit.com/api/matches/6af6f66a-46ea-4366-af0e-e9d99e566585/?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 8",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 8",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9050.0,
                "profit_sb": 50.0,
                "profit_sb_percentage": 0.56,
                "recommended": true
            },
            "lines": [
                {
                    "id": "a6d16223-dd48-4e7a-b44f-c29bb63da4f9",
                    "gambit_id": "bf39775e-0ca6-45a1-822d-06ca253b84b8",
                    "last_updated": "2022-09-03T19:57:07.128987-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 8",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "8.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/320474c3-2de6-4f49-8b36-2546dfa2cbf0/?format=api"
                },
                {
                    "id": "a6975eaf-0710-410f-9058-8dcdd1b9d42c",
                    "gambit_id": "aa1f8593-bb28-484d-8a2a-c42a5598d42c",
                    "last_updated": "2022-09-03T19:57:07.127912-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 8",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "8.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/320474c3-2de6-4f49-8b36-2546dfa2cbf0/?format=api"
                }
            ]
        }
    ]
}