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/fb8bec88-775f-4161-89e8-d35a3a237d30/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fb8bec88-775f-4161-89e8-d35a3a237d30",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "52a45867-69a4-454b-83f7-4e11e2c6f2ff",
    "completed": true,
    "last_updated": "2022-09-05T10:02:30.117683-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 6.61,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/52a45867-69a4-454b-83f7-4e11e2c6f2ff",
    "datetime": "2022-09-03T12:00:00-04:00",
    "cutoff_datetime": "2022-09-03T12:00:00-04:00",
    "name": "Colorado State v. Michigan",
    "bettypes": [
        {
            "id": "d1d088f1-72f2-4208-8bb1-fe1e8bb46cb2",
            "match": "https://api-prod.gambitprofit.com/api/matches/fb8bec88-775f-4161-89e8-d35a3a237d30/?format=api",
            "name": "Pick the Winner",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": true,
                "name": "High Risk",
                "bet": [
                    {
                        "team": "Michigan",
                        "amount": 10000
                    }
                ],
                "expected_reward_tokens": 10100.0,
                "profit_sb": 1100.0,
                "profit_sb_percentage": 12.22,
                "recommended": true
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Michigan",
                        "amount": 9500.0
                    },
                    {
                        "team": "Colorado State",
                        "amount": 500.0
                    }
                ],
                "expected_reward_tokens": 9595.0,
                "profit_sb": 595.0,
                "profit_sb_percentage": 6.61,
                "recommended": true
            },
            "lines": [
                {
                    "id": "98258e4d-d483-430a-a364-c3ef1fdf8d1b",
                    "gambit_id": "f10ff1a1-7238-43fa-adbf-6e6ff7fdc193",
                    "last_updated": "2022-09-05T10:02:30.120472-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Michigan",
                    "reward": "1.01000",
                    "odds": "1.01000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1d088f1-72f2-4208-8bb1-fe1e8bb46cb2/?format=api"
                },
                {
                    "id": "e616f09c-39d7-43cd-90d8-b28c2957dcb5",
                    "gambit_id": "0fdd823c-a880-40c0-afb4-f5574735ff68",
                    "last_updated": "2022-09-05T10:02:30.121601-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Colorado State",
                    "reward": "19.20000",
                    "odds": "21.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1d088f1-72f2-4208-8bb1-fe1e8bb46cb2/?format=api"
                }
            ]
        },
        {
            "id": "0b4307b3-803d-44e7-b1fa-302899db020b",
            "match": "https://api-prod.gambitprofit.com/api/matches/fb8bec88-775f-4161-89e8-d35a3a237d30/?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": "Michigan",
                        "amount": 5000.0
                    },
                    {
                        "team": "Colorado State",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9150.0,
                "profit_sb": 150.0,
                "profit_sb_percentage": 1.67,
                "recommended": true
            },
            "lines": [
                {
                    "id": "79046dec-3b42-4178-83a3-c663dd7626b2",
                    "gambit_id": "18e5a873-ccb3-4b25-ae73-d29616b6fe3b",
                    "last_updated": "2022-09-05T10:02:30.126707-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Michigan",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "-31.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b4307b3-803d-44e7-b1fa-302899db020b/?format=api"
                },
                {
                    "id": "fa809f68-c2c5-4697-b108-351fcfb04f8e",
                    "gambit_id": "48759d0b-2a08-4525-accd-f768d8c6dba5",
                    "last_updated": "2022-09-05T10:02:30.127629-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Colorado State",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "31.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b4307b3-803d-44e7-b1fa-302899db020b/?format=api"
                }
            ]
        },
        {
            "id": "6a66959b-905d-4b82-86d7-6fe10443ac1f",
            "match": "https://api-prod.gambitprofit.com/api/matches/fb8bec88-775f-4161-89e8-d35a3a237d30/?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 60.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 60.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9150.0,
                "profit_sb": 150.0,
                "profit_sb_percentage": 1.67,
                "recommended": true
            },
            "lines": [
                {
                    "id": "444dc029-6142-42a6-bb30-cff3436ee19a",
                    "gambit_id": "28cad5dd-9aa4-4fc3-8527-76bef1de6348",
                    "last_updated": "2022-09-05T10:02:30.123827-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 60.5",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "60.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a66959b-905d-4b82-86d7-6fe10443ac1f/?format=api"
                },
                {
                    "id": "aa9d44bf-e1b5-4b3c-9fa5-d598c2589eb5",
                    "gambit_id": "1c3d538a-03a8-47e8-8351-f2e79492487d",
                    "last_updated": "2022-09-05T10:02:30.124828-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 60.5",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "60.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a66959b-905d-4b82-86d7-6fe10443ac1f/?format=api"
                }
            ]
        }
    ]
}