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/30250621-6e47-408e-bd23-f8c4dca8676f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "30250621-6e47-408e-bd23-f8c4dca8676f",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "58ed409c-72d2-4ce4-b3ca-d2e31fede702",
    "completed": true,
    "last_updated": "2022-11-06T09:13:25.226431-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.1,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/58ed409c-72d2-4ce4-b3ca-d2e31fede702",
    "datetime": "2022-11-05T15:30:00-04:00",
    "cutoff_datetime": "2022-11-05T15:30:00-04:00",
    "name": "Central Florida v. Memphis",
    "bettypes": [
        {
            "id": "870ab5eb-3f07-4423-92f4-b4de79c234d6",
            "match": "https://api-prod.gambitprofit.com/api/matches/30250621-6e47-408e-bd23-f8c4dca8676f/?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": "Central Florida",
                        "amount": 5583.0
                    },
                    {
                        "team": "Memphis",
                        "amount": 4417.0
                    }
                ],
                "expected_reward_tokens": 9099.02,
                "profit_sb": 99.02,
                "profit_sb_percentage": 1.1,
                "recommended": true
            },
            "lines": [
                {
                    "id": "97e04135-3227-4ced-9c95-b97746955ff9",
                    "gambit_id": "a99830bf-484d-4389-8961-ac5473102767",
                    "last_updated": "2022-11-06T09:13:25.233455-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Central Florida",
                    "reward": "1.63000",
                    "odds": "1.71430",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/870ab5eb-3f07-4423-92f4-b4de79c234d6/?format=api"
                },
                {
                    "id": "2578e814-9ec8-46a0-8cd5-e8ee0792287c",
                    "gambit_id": "ab8d2906-2beb-4a72-b27f-743be7c0ddda",
                    "last_updated": "2022-11-06T09:13:25.232411-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Memphis",
                    "reward": "2.06000",
                    "odds": "2.20000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/870ab5eb-3f07-4423-92f4-b4de79c234d6/?format=api"
                }
            ]
        },
        {
            "id": "95fd12f1-04f2-47f8-8a2a-2f069782cad5",
            "match": "https://api-prod.gambitprofit.com/api/matches/30250621-6e47-408e-bd23-f8c4dca8676f/?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": "Central Florida",
                        "amount": 5097.0
                    },
                    {
                        "team": "Memphis",
                        "amount": 4903.0
                    }
                ],
                "expected_reward_tokens": 9021.52,
                "profit_sb": 21.52,
                "profit_sb_percentage": 0.24,
                "recommended": true
            },
            "lines": [
                {
                    "id": "74b38286-cc80-4226-b99d-af238fd85b4d",
                    "gambit_id": "ae83873a-66b3-4f77-a9dd-77878fb355cc",
                    "last_updated": "2022-11-06T09:13:25.236357-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Central Florida",
                    "reward": "1.77000",
                    "odds": "1.86960",
                    "spread": "-2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95fd12f1-04f2-47f8-8a2a-2f069782cad5/?format=api"
                },
                {
                    "id": "7ccbe92f-82c2-4a25-ba69-78e67a0fe838",
                    "gambit_id": "bf4de8ae-6f09-4852-883b-44493649dd5c",
                    "last_updated": "2022-11-06T09:13:25.235384-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Memphis",
                    "reward": "1.84000",
                    "odds": "1.95240",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95fd12f1-04f2-47f8-8a2a-2f069782cad5/?format=api"
                }
            ]
        },
        {
            "id": "69e0465f-d431-42f6-9c44-9ac799896c3b",
            "match": "https://api-prod.gambitprofit.com/api/matches/30250621-6e47-408e-bd23-f8c4dca8676f/?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 60.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 60.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "f13932ec-ac9e-47c3-be44-22299ab66dd9",
                    "gambit_id": "de9f1b85-5fea-4357-8b84-4e49d646ffae",
                    "last_updated": "2022-11-06T09:13:25.230449-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 60.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "60.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69e0465f-d431-42f6-9c44-9ac799896c3b/?format=api"
                },
                {
                    "id": "3a0a2bfc-9968-4e37-a080-7b9a2f773284",
                    "gambit_id": "271b1632-2d7f-4eee-83d0-4ef703f05769",
                    "last_updated": "2022-11-06T09:13:25.229403-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 60.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "60.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69e0465f-d431-42f6-9c44-9ac799896c3b/?format=api"
                }
            ]
        }
    ]
}