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/4f76ecde-8dda-41ec-82df-b56a15ce10d6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4f76ecde-8dda-41ec-82df-b56a15ce10d6",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "14952181-6519-4eca-bd5a-69e68c51828d",
    "completed": true,
    "last_updated": "2022-11-14T10:18:35.187177-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.26,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/14952181-6519-4eca-bd5a-69e68c51828d",
    "datetime": "2022-11-12T14:00:00-05:00",
    "cutoff_datetime": "2022-11-12T14:00:00-05:00",
    "name": "Rice v. Western Kentucky",
    "bettypes": [
        {
            "id": "b16fa3ca-661f-40c6-bd5d-c7ce04114f87",
            "match": "https://api-prod.gambitprofit.com/api/matches/4f76ecde-8dda-41ec-82df-b56a15ce10d6/?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": "Western Kentucky",
                        "amount": 7944.0
                    },
                    {
                        "team": "Rice",
                        "amount": 2056.0
                    }
                ],
                "expected_reward_tokens": 9293.12,
                "profit_sb": 293.12,
                "profit_sb_percentage": 3.26,
                "recommended": true
            },
            "lines": [
                {
                    "id": "bfea163f-9f86-492c-a080-3d3eb083cef2",
                    "gambit_id": "76976fb9-2ec2-4f54-a49a-8f191d772ae1",
                    "last_updated": "2022-11-14T10:18:35.193158-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Western Kentucky",
                    "reward": "1.17000",
                    "odds": "1.18870",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b16fa3ca-661f-40c6-bd5d-c7ce04114f87/?format=api"
                },
                {
                    "id": "d374edde-be68-4d43-9182-2600841f6919",
                    "gambit_id": "54fe0b2a-43e8-4468-93c5-4ae96ac4a1ce",
                    "last_updated": "2022-11-14T10:18:35.194869-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Rice",
                    "reward": "4.52000",
                    "odds": "5.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b16fa3ca-661f-40c6-bd5d-c7ce04114f87/?format=api"
                }
            ]
        },
        {
            "id": "bfb2b477-902f-4e54-8dec-943b4586873b",
            "match": "https://api-prod.gambitprofit.com/api/matches/4f76ecde-8dda-41ec-82df-b56a15ce10d6/?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": "Western Kentucky",
                        "amount": 5000.0
                    },
                    {
                        "team": "Rice",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "34c42547-99b2-4b75-b2f1-48e33667344f",
                    "gambit_id": "1c829675-d19e-4620-a50c-026abb80e16c",
                    "last_updated": "2022-11-14T10:18:35.196808-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Western Kentucky",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-13.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfb2b477-902f-4e54-8dec-943b4586873b/?format=api"
                },
                {
                    "id": "b5071923-21e8-44b7-ada4-33118092244d",
                    "gambit_id": "6c2e22f1-d3a1-4b21-afb8-8839cd6307d3",
                    "last_updated": "2022-11-14T10:18:35.197741-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Rice",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "13.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfb2b477-902f-4e54-8dec-943b4586873b/?format=api"
                }
            ]
        },
        {
            "id": "4d66c1fb-b7d7-43a8-a8fd-38182ff6349a",
            "match": "https://api-prod.gambitprofit.com/api/matches/4f76ecde-8dda-41ec-82df-b56a15ce10d6/?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 61",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 61",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "fa46b11c-0849-4b41-9be6-dd92c278a9e7",
                    "gambit_id": "6b719448-203a-4550-9133-4bf5b7e2a75d",
                    "last_updated": "2022-11-14T10:18:35.191195-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 61",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "61.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d66c1fb-b7d7-43a8-a8fd-38182ff6349a/?format=api"
                },
                {
                    "id": "8796700b-82d7-46ec-9cc7-68e0c692cafa",
                    "gambit_id": "68353d34-6cd3-4ab0-9ad1-0537a322cdcd",
                    "last_updated": "2022-11-14T10:18:35.190046-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 61",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "61.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d66c1fb-b7d7-43a8-a8fd-38182ff6349a/?format=api"
                }
            ]
        }
    ]
}