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/ca10fb66-5013-4547-8b98-c546ee3d00a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ca10fb66-5013-4547-8b98-c546ee3d00a5",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "91c85048-4cdc-414f-b203-174db0e3cc94",
    "completed": true,
    "last_updated": "2022-09-05T09:37:18.861897-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.45,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/91c85048-4cdc-414f-b203-174db0e3cc94",
    "datetime": "2022-09-03T19:30:00-04:00",
    "cutoff_datetime": "2022-09-03T19:30:00-04:00",
    "name": "Georgia State v. South Carolina",
    "bettypes": [
        {
            "id": "532a7b54-7861-4590-b026-ee76a7ab82b1",
            "match": "https://api-prod.gambitprofit.com/api/matches/ca10fb66-5013-4547-8b98-c546ee3d00a5/?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": "South Carolina",
                        "amount": 7824.0
                    },
                    {
                        "team": "Georgia State",
                        "amount": 2176.0
                    }
                ],
                "expected_reward_tokens": 9310.56,
                "profit_sb": 310.56,
                "profit_sb_percentage": 3.45,
                "recommended": true
            },
            "lines": [
                {
                    "id": "46bce48d-465c-43ee-b235-b38a44897943",
                    "gambit_id": "6c427368-8562-437e-b781-0de1bcb1e779",
                    "last_updated": "2022-09-05T09:37:18.868334-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "South Carolina",
                    "reward": "1.19000",
                    "odds": "1.21280",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/532a7b54-7861-4590-b026-ee76a7ab82b1/?format=api"
                },
                {
                    "id": "a32341e2-10ec-45c6-8404-66a03fbbce54",
                    "gambit_id": "2148b385-ac1f-4ec1-a185-e68cbd9a9e4b",
                    "last_updated": "2022-09-05T09:37:18.869448-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Georgia State",
                    "reward": "4.28000",
                    "odds": "4.60000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/532a7b54-7861-4590-b026-ee76a7ab82b1/?format=api"
                }
            ]
        },
        {
            "id": "5ef98605-58cb-433a-9341-29e0955cc6e0",
            "match": "https://api-prod.gambitprofit.com/api/matches/ca10fb66-5013-4547-8b98-c546ee3d00a5/?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": "Georgia State",
                        "amount": 5000.0
                    },
                    {
                        "team": "South Carolina",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9150.0,
                "profit_sb": 150.0,
                "profit_sb_percentage": 1.67,
                "recommended": true
            },
            "lines": [
                {
                    "id": "3c4aacc9-91d0-4703-a96c-1b6a9dc44102",
                    "gambit_id": "8f90af1d-8248-4f62-a0b5-74f105577a69",
                    "last_updated": "2022-09-05T09:37:18.872558-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Georgia State",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "12.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ef98605-58cb-433a-9341-29e0955cc6e0/?format=api"
                },
                {
                    "id": "e3a15477-53c6-4a28-a7f7-5389f8c62933",
                    "gambit_id": "fc6fef51-7607-4ab9-8c98-28e7c50caae9",
                    "last_updated": "2022-09-05T09:37:18.871620-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "South Carolina",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "-12.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ef98605-58cb-433a-9341-29e0955cc6e0/?format=api"
                }
            ]
        },
        {
            "id": "975c5564-9719-49ae-8447-f1bdd89111d8",
            "match": "https://api-prod.gambitprofit.com/api/matches/ca10fb66-5013-4547-8b98-c546ee3d00a5/?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 55",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 55",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9150.0,
                "profit_sb": 150.0,
                "profit_sb_percentage": 1.67,
                "recommended": true
            },
            "lines": [
                {
                    "id": "fd3a759b-0340-40c7-a652-8d5ef224d596",
                    "gambit_id": "339782ff-31f4-4ef5-9430-1d1c828a60c0",
                    "last_updated": "2022-09-05T09:37:18.866052-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 55",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "55.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/975c5564-9719-49ae-8447-f1bdd89111d8/?format=api"
                },
                {
                    "id": "7e9278b6-fe18-4cdf-9b1f-3d4e9caf862a",
                    "gambit_id": "ddd76845-c92d-487b-b630-95dde175123a",
                    "last_updated": "2022-09-05T09:37:18.864830-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 55",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "55.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/975c5564-9719-49ae-8447-f1bdd89111d8/?format=api"
                }
            ]
        }
    ]
}