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/5dd26312-4e85-4a6b-9d7b-6eb0881ad50e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5dd26312-4e85-4a6b-9d7b-6eb0881ad50e",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "d9bc3f77-6255-4410-aa30-ed636a6a37bf",
    "completed": true,
    "last_updated": "2022-09-11T10:52:29.874724-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.81,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/d9bc3f77-6255-4410-aa30-ed636a6a37bf",
    "datetime": "2022-09-10T16:00:00-04:00",
    "cutoff_datetime": "2022-09-10T16:00:00-04:00",
    "name": "Virginia v. Illinois",
    "bettypes": [
        {
            "id": "08f1e99e-2c2d-419d-a42b-98cf1e02ac72",
            "match": "https://api-prod.gambitprofit.com/api/matches/5dd26312-4e85-4a6b-9d7b-6eb0881ad50e/?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": "Illinois",
                        "amount": 6128.0
                    },
                    {
                        "team": "Virginia",
                        "amount": 3872.0
                    }
                ],
                "expected_reward_tokens": 9253.28,
                "profit_sb": 253.28,
                "profit_sb_percentage": 2.81,
                "recommended": true
            },
            "lines": [
                {
                    "id": "4e16b250-8fd3-4c3d-9003-e1e42fda8ca1",
                    "gambit_id": "d8d04252-d148-4b26-ad22-9c335ffa756c",
                    "last_updated": "2022-09-11T10:52:29.881092-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Illinois",
                    "reward": "1.51000",
                    "odds": "1.57140",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08f1e99e-2c2d-419d-a42b-98cf1e02ac72/?format=api"
                },
                {
                    "id": "74f0b041-065e-4aa7-94d8-3f2957e7c343",
                    "gambit_id": "89cd5d47-721b-466e-a98f-32ae110efcd0",
                    "last_updated": "2022-09-11T10:52:29.882224-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Virginia",
                    "reward": "2.39000",
                    "odds": "2.55000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08f1e99e-2c2d-419d-a42b-98cf1e02ac72/?format=api"
                }
            ]
        },
        {
            "id": "c30e5951-4ae6-4d4e-a4ec-ebf6f70b84df",
            "match": "https://api-prod.gambitprofit.com/api/matches/5dd26312-4e85-4a6b-9d7b-6eb0881ad50e/?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": "Virginia",
                        "amount": 5000.0
                    },
                    {
                        "team": "Illinois",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9050.0,
                "profit_sb": 50.0,
                "profit_sb_percentage": 0.56,
                "recommended": true
            },
            "lines": [
                {
                    "id": "42e5b541-eb3f-4fcc-93d0-1b99dc710d55",
                    "gambit_id": "096abcd7-dccb-475d-8b38-74c6e8cb77ba",
                    "last_updated": "2022-09-11T10:52:29.886055-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Virginia",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "4.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c30e5951-4ae6-4d4e-a4ec-ebf6f70b84df/?format=api"
                },
                {
                    "id": "0595b57b-c605-4000-8bc4-757b4d82e115",
                    "gambit_id": "2d7fa2af-1790-4736-8769-b555fc88e525",
                    "last_updated": "2022-09-11T10:52:29.884803-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Illinois",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "-4.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c30e5951-4ae6-4d4e-a4ec-ebf6f70b84df/?format=api"
                }
            ]
        },
        {
            "id": "23aefb87-a362-4a92-8bb0-c8daf15fc704",
            "match": "https://api-prod.gambitprofit.com/api/matches/5dd26312-4e85-4a6b-9d7b-6eb0881ad50e/?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 55",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 55",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9050.0,
                "profit_sb": 50.0,
                "profit_sb_percentage": 0.56,
                "recommended": true
            },
            "lines": [
                {
                    "id": "21f8b8e7-1c16-459a-941f-c1ae1a00410b",
                    "gambit_id": "7f9d7cbc-b856-47fe-a8d0-0f730e66a3db",
                    "last_updated": "2022-09-11T10:52:29.878812-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 55",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "55.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23aefb87-a362-4a92-8bb0-c8daf15fc704/?format=api"
                },
                {
                    "id": "830a8f62-e348-4acb-bec3-b402cd6c467d",
                    "gambit_id": "dee889d4-e7cd-454f-8f14-377e1fdd1b79",
                    "last_updated": "2022-09-11T10:52:29.877621-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 55",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "55.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23aefb87-a362-4a92-8bb0-c8daf15fc704/?format=api"
                }
            ]
        }
    ]
}