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/1ec5410d-c304-4cbc-bf88-119d8a513491/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ec5410d-c304-4cbc-bf88-119d8a513491",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "3162a3cd-f7e2-4fdb-91de-884346373c8e",
    "completed": true,
    "last_updated": "2022-10-31T10:52:24.567634-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.33,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/3162a3cd-f7e2-4fdb-91de-884346373c8e",
    "datetime": "2022-10-29T12:00:00-04:00",
    "cutoff_datetime": "2022-10-29T12:00:00-04:00",
    "name": "Boston College v. Connecticut",
    "bettypes": [
        {
            "id": "b514d176-4dcb-400b-ae67-2e37f0a31b80",
            "match": "https://api-prod.gambitprofit.com/api/matches/1ec5410d-c304-4cbc-bf88-119d8a513491/?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": "Boston College",
                        "amount": 7221.0
                    },
                    {
                        "team": "Connecticut",
                        "amount": 2779.0
                    }
                ],
                "expected_reward_tokens": 9531.72,
                "profit_sb": 31.72,
                "profit_sb_percentage": 0.33,
                "recommended": true
            },
            "lines": [
                {
                    "id": "518370ec-00b0-4f4f-9d49-39a708ba9d9f",
                    "gambit_id": "410cb51b-3e89-4c9d-b334-0572d2662bc2",
                    "last_updated": "2022-10-31T10:52:24.574389-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Boston College",
                    "reward": "1.32000",
                    "odds": "1.33330",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b514d176-4dcb-400b-ae67-2e37f0a31b80/?format=api"
                },
                {
                    "id": "d02e1148-6f00-4dd0-b7cf-b030593b74a7",
                    "gambit_id": "bab51c38-54f7-4b9d-ab6e-15e41d092c52",
                    "last_updated": "2022-10-31T10:52:24.573459-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Connecticut",
                    "reward": "3.43000",
                    "odds": "3.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b514d176-4dcb-400b-ae67-2e37f0a31b80/?format=api"
                }
            ]
        },
        {
            "id": "b7e3865a-8d1f-4332-aafd-864ad81f1182",
            "match": "https://api-prod.gambitprofit.com/api/matches/1ec5410d-c304-4cbc-bf88-119d8a513491/?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": "Boston College",
                        "amount": 5000.0
                    },
                    {
                        "team": "Connecticut",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "ea38e69e-0772-47b0-8a51-5d643bfbf655",
                    "gambit_id": "73aaa356-6c52-43fc-a22e-c6752a486ea4",
                    "last_updated": "2022-10-31T10:52:24.577187-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Boston College",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "-7.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7e3865a-8d1f-4332-aafd-864ad81f1182/?format=api"
                },
                {
                    "id": "98481740-2f2c-48d9-be35-56098c697776",
                    "gambit_id": "74e30c10-2d78-44c4-a196-b9a801b90f59",
                    "last_updated": "2022-10-31T10:52:24.576248-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Connecticut",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "7.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7e3865a-8d1f-4332-aafd-864ad81f1182/?format=api"
                }
            ]
        },
        {
            "id": "79886c44-79f9-4c11-9cc3-768a63202c7b",
            "match": "https://api-prod.gambitprofit.com/api/matches/1ec5410d-c304-4cbc-bf88-119d8a513491/?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 44",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 44",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "424fb0d2-f851-4402-a26c-f483685b6f52",
                    "gambit_id": "969c103e-b56c-4344-ad25-76d9f896ff85",
                    "last_updated": "2022-10-31T10:52:24.570398-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 44",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "44.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79886c44-79f9-4c11-9cc3-768a63202c7b/?format=api"
                },
                {
                    "id": "1c9a6362-75b5-43a8-a274-36a3e76c9387",
                    "gambit_id": "32369210-9afe-43c7-be32-1ea5d69e8b17",
                    "last_updated": "2022-10-31T10:52:24.571526-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 44",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "44.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79886c44-79f9-4c11-9cc3-768a63202c7b/?format=api"
                }
            ]
        }
    ]
}