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/42582fed-5d7e-492a-8c05-6968bcb53d73/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42582fed-5d7e-492a-8c05-6968bcb53d73",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "4d31946e-a54b-45db-bee1-ab05980f2fec",
    "completed": true,
    "last_updated": "2022-12-19T10:12:23.603541-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.11,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/4d31946e-a54b-45db-bee1-ab05980f2fec",
    "datetime": "2022-12-17T17:45:00-05:00",
    "cutoff_datetime": "2022-12-17T17:45:00-05:00",
    "name": "Rice v. Southern Miss",
    "bettypes": [
        {
            "id": "9f7a77b7-58a5-4d7a-aed6-1bcefb359863",
            "match": "https://api-prod.gambitprofit.com/api/matches/42582fed-5d7e-492a-8c05-6968bcb53d73/?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": "Southern Miss",
                        "amount": 6691.0
                    },
                    {
                        "team": "Rice",
                        "amount": 3309.0
                    }
                ],
                "expected_reward_tokens": 9099.75,
                "profit_sb": 99.75,
                "profit_sb_percentage": 1.11,
                "recommended": true
            },
            "lines": [
                {
                    "id": "7e575e7e-73c8-48ea-9d25-a560522a2933",
                    "gambit_id": "017652bb-37ed-46ce-a65b-b65633c0a407",
                    "last_updated": "2022-12-19T10:12:23.606353-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Southern Miss",
                    "reward": "1.36000",
                    "odds": "1.41670",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f7a77b7-58a5-4d7a-aed6-1bcefb359863/?format=api"
                },
                {
                    "id": "7abe9906-e0dd-4d4d-9c2e-2d9508887dc8",
                    "gambit_id": "046f702f-e38b-49ce-8c3d-93065f789325",
                    "last_updated": "2022-12-19T10:12:23.607741-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Rice",
                    "reward": "2.75000",
                    "odds": "3.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f7a77b7-58a5-4d7a-aed6-1bcefb359863/?format=api"
                }
            ]
        },
        {
            "id": "6ba37d74-8631-473c-b031-35f1ca319b62",
            "match": "https://api-prod.gambitprofit.com/api/matches/42582fed-5d7e-492a-8c05-6968bcb53d73/?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": "Southern Miss",
                        "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": "78441daf-2004-495f-b48f-9f9021615953",
                    "gambit_id": "1d01c298-d319-4029-95bf-5f3269a66f9a",
                    "last_updated": "2022-12-19T10:12:23.614336-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Southern Miss",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ba37d74-8631-473c-b031-35f1ca319b62/?format=api"
                },
                {
                    "id": "2e96e82a-17b9-4462-8b0a-b34ca4c1cc01",
                    "gambit_id": "2dfda9b9-b2fd-4450-8409-b0d3a9189b93",
                    "last_updated": "2022-12-19T10:12:23.615562-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Rice",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ba37d74-8631-473c-b031-35f1ca319b62/?format=api"
                }
            ]
        },
        {
            "id": "5cbd153d-3d47-415a-87e2-fe857c78e504",
            "match": "https://api-prod.gambitprofit.com/api/matches/42582fed-5d7e-492a-8c05-6968bcb53d73/?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 45.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 45.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "7068fc65-0621-4127-ae5a-f8b65814b272",
                    "gambit_id": "9814f1bc-5824-49ea-8759-ad699ba4addc",
                    "last_updated": "2022-12-19T10:12:23.610451-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 45.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "45.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5cbd153d-3d47-415a-87e2-fe857c78e504/?format=api"
                },
                {
                    "id": "f8bdf01d-4329-4a9e-a5b6-a3105838bb0d",
                    "gambit_id": "0a102f1e-60e7-4ff0-bc18-5ee68b7cf7f1",
                    "last_updated": "2022-12-19T10:12:23.611702-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 45.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "45.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5cbd153d-3d47-415a-87e2-fe857c78e504/?format=api"
                }
            ]
        }
    ]
}