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/428fb765-c790-4694-8164-b442fbac2465/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "428fb765-c790-4694-8164-b442fbac2465",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "2f27224a-ed6b-457b-a140-15643e8bb21f",
    "completed": true,
    "last_updated": "2022-12-18T09:47:22.859364-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.28,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/2f27224a-ed6b-457b-a140-15643e8bb21f",
    "datetime": "2022-12-17T12:00:00-05:00",
    "cutoff_datetime": "2022-12-17T12:00:00-05:00",
    "name": "Jackson State v. NC Central",
    "bettypes": [
        {
            "id": "9941ef16-b41e-4023-a6c8-de9ad1ce6d2b",
            "match": "https://api-prod.gambitprofit.com/api/matches/428fb765-c790-4694-8164-b442fbac2465/?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": "Jackson State",
                        "amount": 8083.0
                    },
                    {
                        "team": "NC Central",
                        "amount": 1917.0
                    }
                ],
                "expected_reward_tokens": 9295.45,
                "profit_sb": 295.45,
                "profit_sb_percentage": 3.28,
                "recommended": true
            },
            "lines": [
                {
                    "id": "9c1bfa77-cfbf-46bc-b446-cdd44cbb8be3",
                    "gambit_id": "61924957-325d-4221-95c0-6e96ececc65b",
                    "last_updated": "2022-12-18T09:47:22.863986-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Jackson State",
                    "reward": "1.15000",
                    "odds": "1.16670",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9941ef16-b41e-4023-a6c8-de9ad1ce6d2b/?format=api"
                },
                {
                    "id": "ccb402fd-4e00-487e-bd2a-8d5adec5a1f8",
                    "gambit_id": "8f6a4889-2140-49bc-9c65-2a048fb1b83a",
                    "last_updated": "2022-12-18T09:47:22.862678-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "NC Central",
                    "reward": "4.85000",
                    "odds": "5.40000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9941ef16-b41e-4023-a6c8-de9ad1ce6d2b/?format=api"
                }
            ]
        },
        {
            "id": "cf8f9298-86ce-4a15-b508-9d064f5aa3b7",
            "match": "https://api-prod.gambitprofit.com/api/matches/428fb765-c790-4694-8164-b442fbac2465/?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": "NC Central",
                        "amount": 5000.0
                    },
                    {
                        "team": "Jackson State",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "9940b5e8-5f89-47ab-a6bb-1862d92f0ace",
                    "gambit_id": "a189ceb7-f68d-471d-9d8d-c5c61c0fe94b",
                    "last_updated": "2022-12-18T09:47:22.871422-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "NC Central",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "14.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf8f9298-86ce-4a15-b508-9d064f5aa3b7/?format=api"
                },
                {
                    "id": "593bb134-a6ce-44de-9b93-44b4130047ba",
                    "gambit_id": "2a573bde-921a-4aca-a25e-fb6df2869ef5",
                    "last_updated": "2022-12-18T09:47:22.872650-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Jackson State",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-14.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf8f9298-86ce-4a15-b508-9d064f5aa3b7/?format=api"
                }
            ]
        },
        {
            "id": "774fb86b-32c5-4376-94b1-430cd57f761b",
            "match": "https://api-prod.gambitprofit.com/api/matches/428fb765-c790-4694-8164-b442fbac2465/?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 55",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 55",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "d15f6988-a95f-4532-bea6-3604a3fdcdd3",
                    "gambit_id": "4c56af38-c5b3-44e8-a595-ba78c9740361",
                    "last_updated": "2022-12-18T09:47:22.867075-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 55",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "55.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/774fb86b-32c5-4376-94b1-430cd57f761b/?format=api"
                },
                {
                    "id": "f07a89fd-4807-45d8-abc0-408e2d3942a8",
                    "gambit_id": "985311d2-75a5-48d9-87fb-6b1c7beb2235",
                    "last_updated": "2022-12-18T09:47:22.868838-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 55",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "55.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/774fb86b-32c5-4376-94b1-430cd57f761b/?format=api"
                }
            ]
        }
    ]
}