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/9e30582a-7add-436d-9b49-2081525003ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9e30582a-7add-436d-9b49-2081525003ed",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "70c0d465-1ebc-4d1f-8b08-fe74fe6698c6",
    "completed": true,
    "last_updated": "2022-11-06T16:03:37.584443-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.35,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/70c0d465-1ebc-4d1f-8b08-fe74fe6698c6",
    "datetime": "2022-11-05T16:00:00-04:00",
    "cutoff_datetime": "2022-11-05T16:00:00-04:00",
    "name": "Liberty v. Arkansas",
    "bettypes": [
        {
            "id": "c629d4c2-6eb9-49f3-ae9a-7c1044dcb153",
            "match": "https://api-prod.gambitprofit.com/api/matches/9e30582a-7add-436d-9b49-2081525003ed/?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": "Arkansas",
                        "amount": 8090.0
                    },
                    {
                        "team": "Liberty",
                        "amount": 1910.0
                    }
                ],
                "expected_reward_tokens": 9301.7,
                "profit_sb": 301.7,
                "profit_sb_percentage": 3.35,
                "recommended": true
            },
            "lines": [
                {
                    "id": "ee26b83d-97c1-4078-9028-383d8ea4697f",
                    "gambit_id": "7ec81294-811b-46c0-a576-f2741225f3e9",
                    "last_updated": "2022-11-06T16:03:37.590160-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Arkansas",
                    "reward": "1.15000",
                    "odds": "1.16670",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c629d4c2-6eb9-49f3-ae9a-7c1044dcb153/?format=api"
                },
                {
                    "id": "4a6f3428-1500-4bd1-ad3e-f017a5fea6ec",
                    "gambit_id": "8408e030-648f-4be9-a073-45fe4bcc78e5",
                    "last_updated": "2022-11-06T16:03:37.591107-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Liberty",
                    "reward": "4.87000",
                    "odds": "5.40000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c629d4c2-6eb9-49f3-ae9a-7c1044dcb153/?format=api"
                }
            ]
        },
        {
            "id": "f86dfaaa-5778-4795-b07f-a8cca9983f0a",
            "match": "https://api-prod.gambitprofit.com/api/matches/9e30582a-7add-436d-9b49-2081525003ed/?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": "Arkansas",
                        "amount": 5000.0
                    },
                    {
                        "team": "Liberty",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "27c8d610-9abd-4951-af86-cb78a5c73b4e",
                    "gambit_id": "c358cff3-a623-4738-9479-6af986311bcb",
                    "last_updated": "2022-11-06T16:03:37.592991-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Arkansas",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-14.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f86dfaaa-5778-4795-b07f-a8cca9983f0a/?format=api"
                },
                {
                    "id": "d4ec092f-9d50-4262-aa73-e34ccf12483a",
                    "gambit_id": "2b762f90-92d0-4424-9b84-1f1b2399e8b3",
                    "last_updated": "2022-11-06T16:03:37.593998-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Liberty",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "14.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f86dfaaa-5778-4795-b07f-a8cca9983f0a/?format=api"
                }
            ]
        },
        {
            "id": "30591c7e-dece-4759-8502-81749a434285",
            "match": "https://api-prod.gambitprofit.com/api/matches/9e30582a-7add-436d-9b49-2081525003ed/?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 61.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 61.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "62efff1d-e883-48d4-a837-99a4f88c45b8",
                    "gambit_id": "fd7c2a3e-a9ad-4d10-894c-38d51c0327af",
                    "last_updated": "2022-11-06T16:03:37.587229-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 61.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "61.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30591c7e-dece-4759-8502-81749a434285/?format=api"
                },
                {
                    "id": "706f0eb0-efdf-45f7-92e7-a742c1cbabfd",
                    "gambit_id": "01fc9075-4db8-438a-82ad-92c092059bb5",
                    "last_updated": "2022-11-06T16:03:37.588263-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 61.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "61.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30591c7e-dece-4759-8502-81749a434285/?format=api"
                }
            ]
        }
    ]
}