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/6243048b-e709-4613-8141-337dd9fbb366/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6243048b-e709-4613-8141-337dd9fbb366",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "d4ef412d-7fcd-42df-a0fb-a4c3d37b18b5",
    "completed": true,
    "last_updated": "2022-11-06T08:17:22.009017-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.24,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/d4ef412d-7fcd-42df-a0fb-a4c3d37b18b5",
    "datetime": "2022-11-05T12:00:00-04:00",
    "cutoff_datetime": "2022-11-05T12:00:00-04:00",
    "name": "Florida v. Texas A&M",
    "bettypes": [
        {
            "id": "4045af75-9935-4482-95f2-f2dcbdaa32dc",
            "match": "https://api-prod.gambitprofit.com/api/matches/6243048b-e709-4613-8141-337dd9fbb366/?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": "Texas A&M",
                        "amount": 5304.0
                    },
                    {
                        "team": "Florida",
                        "amount": 4696.0
                    }
                ],
                "expected_reward_tokens": 9016.32,
                "profit_sb": 16.32,
                "profit_sb_percentage": 0.18,
                "recommended": true
            },
            "lines": [
                {
                    "id": "c1b04818-d652-45ec-9536-a50f2b87ab5e",
                    "gambit_id": "f71c6be5-0b46-4b32-b89e-a9938e96468e",
                    "last_updated": "2022-11-06T08:17:22.014845-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Texas A&M",
                    "reward": "1.70000",
                    "odds": "1.80000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4045af75-9935-4482-95f2-f2dcbdaa32dc/?format=api"
                },
                {
                    "id": "df51c7c8-a1c8-4795-ab9f-28c0cfa6bb6a",
                    "gambit_id": "c071fc8d-ceb9-41f4-90a5-b2c8a0621be1",
                    "last_updated": "2022-11-06T08:17:22.015798-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Florida",
                    "reward": "1.92000",
                    "odds": "2.05000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4045af75-9935-4482-95f2-f2dcbdaa32dc/?format=api"
                }
            ]
        },
        {
            "id": "4637e231-0173-4f3d-82dc-9a18b54a97f9",
            "match": "https://api-prod.gambitprofit.com/api/matches/6243048b-e709-4613-8141-337dd9fbb366/?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": "Texas A&M",
                        "amount": 5097.0
                    },
                    {
                        "team": "Florida",
                        "amount": 4903.0
                    }
                ],
                "expected_reward_tokens": 9021.52,
                "profit_sb": 21.52,
                "profit_sb_percentage": 0.24,
                "recommended": true
            },
            "lines": [
                {
                    "id": "3bcbc26c-a630-44f7-911f-dd650313ca4e",
                    "gambit_id": "14e9d480-a7d9-47b5-989d-30817762d103",
                    "last_updated": "2022-11-06T08:17:22.017686-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Texas A&M",
                    "reward": "1.77000",
                    "odds": "1.86960",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4637e231-0173-4f3d-82dc-9a18b54a97f9/?format=api"
                },
                {
                    "id": "aee03437-14fa-44f7-883f-7c711e853c39",
                    "gambit_id": "78b797d3-937e-4435-b1ab-cd10db677646",
                    "last_updated": "2022-11-06T08:17:22.018630-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Florida",
                    "reward": "1.84000",
                    "odds": "1.95240",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4637e231-0173-4f3d-82dc-9a18b54a97f9/?format=api"
                }
            ]
        },
        {
            "id": "b2b638ff-fd2a-4b6d-8377-4971b88330ef",
            "match": "https://api-prod.gambitprofit.com/api/matches/6243048b-e709-4613-8141-337dd9fbb366/?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 53.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 53.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "a394bd69-4cdc-4bc7-b9e9-62050c93879e",
                    "gambit_id": "a731282d-146c-4aaa-aa98-e23b91c34930",
                    "last_updated": "2022-11-06T08:17:22.011820-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 53.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "53.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2b638ff-fd2a-4b6d-8377-4971b88330ef/?format=api"
                },
                {
                    "id": "2b048014-02c6-43d9-ae83-716e45dde544",
                    "gambit_id": "d69ccd54-3c37-4aee-9ad7-69b23a6c85a1",
                    "last_updated": "2022-11-06T08:17:22.012953-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 53.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "53.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2b638ff-fd2a-4b6d-8377-4971b88330ef/?format=api"
                }
            ]
        }
    ]
}