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/c779de57-ff51-4517-b722-607da677fad8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c779de57-ff51-4517-b722-607da677fad8",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "6078262f-eb8d-42ed-ae20-d37d76e198d9",
    "completed": true,
    "last_updated": "2022-10-31T10:37:25.081061-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.3,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/6078262f-eb8d-42ed-ae20-d37d76e198d9",
    "datetime": "2022-10-29T15:30:00-04:00",
    "cutoff_datetime": "2022-10-29T15:30:00-04:00",
    "name": "Temple v. Navy",
    "bettypes": [
        {
            "id": "1baa9161-57a6-4497-b185-2ba53647e21e",
            "match": "https://api-prod.gambitprofit.com/api/matches/c779de57-ff51-4517-b722-607da677fad8/?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": "Navy",
                        "amount": 8286.0
                    },
                    {
                        "team": "Temple",
                        "amount": 1714.0
                    }
                ],
                "expected_reward_tokens": 9528.9,
                "profit_sb": 28.9,
                "profit_sb_percentage": 0.3,
                "recommended": true
            },
            "lines": [
                {
                    "id": "e718807b-18a3-498e-88f9-1c2f8ed5b8b3",
                    "gambit_id": "5df3b4e8-0979-4731-99e0-e0a3ebc92637",
                    "last_updated": "2022-10-31T10:37:25.087183-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Navy",
                    "reward": "1.15000",
                    "odds": "1.15380",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1baa9161-57a6-4497-b185-2ba53647e21e/?format=api"
                },
                {
                    "id": "f0d2bc6f-ef0b-4bd2-9012-88d1d418c2f5",
                    "gambit_id": "ca108268-15c8-44fb-876a-786d7764e7da",
                    "last_updated": "2022-10-31T10:37:25.088310-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Temple",
                    "reward": "5.56000",
                    "odds": "5.70000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1baa9161-57a6-4497-b185-2ba53647e21e/?format=api"
                }
            ]
        },
        {
            "id": "a3a893d1-e876-4f5f-8dc5-14e83cecbc7c",
            "match": "https://api-prod.gambitprofit.com/api/matches/c779de57-ff51-4517-b722-607da677fad8/?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": "Temple",
                        "amount": 5000.0
                    },
                    {
                        "team": "Navy",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "0bdf429a-5269-4cca-8d0e-52a6cde47ae8",
                    "gambit_id": "ef7d53d4-c1c0-4e06-8ef0-2909cb087b9a",
                    "last_updated": "2022-10-31T10:37:25.091452-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Temple",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "14.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3a893d1-e876-4f5f-8dc5-14e83cecbc7c/?format=api"
                },
                {
                    "id": "1ed42322-47b1-49eb-9fb2-a6d2bfb196af",
                    "gambit_id": "3831b728-0854-40ba-9d2b-88faf575d9c2",
                    "last_updated": "2022-10-31T10:37:25.090431-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Navy",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "-14.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3a893d1-e876-4f5f-8dc5-14e83cecbc7c/?format=api"
                }
            ]
        },
        {
            "id": "7e3ee705-88ed-438f-b376-7e5cc1556092",
            "match": "https://api-prod.gambitprofit.com/api/matches/c779de57-ff51-4517-b722-607da677fad8/?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 41.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 41.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "e0704faa-1d06-4b03-99fe-4ccf6fec37e6",
                    "gambit_id": "27c4a5cb-c162-4e20-9c73-e2feee3b5cf3",
                    "last_updated": "2022-10-31T10:37:25.083791-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 41.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "41.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e3ee705-88ed-438f-b376-7e5cc1556092/?format=api"
                },
                {
                    "id": "a4bce241-38af-417d-b54b-246ca50cf781",
                    "gambit_id": "2a0c08d5-df4f-4da0-9fcf-7f64d76421b1",
                    "last_updated": "2022-10-31T10:37:25.084933-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 41.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "41.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e3ee705-88ed-438f-b376-7e5cc1556092/?format=api"
                }
            ]
        }
    ]
}