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/9fa87f76-4f5a-4a03-8607-30a3e3c1e7b8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9fa87f76-4f5a-4a03-8607-30a3e3c1e7b8",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "2d26b954-2257-46d7-8085-9145e4949b10",
    "completed": true,
    "last_updated": "2022-09-18T18:12:28.169940-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.78,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/2d26b954-2257-46d7-8085-9145e4949b10",
    "datetime": "2022-09-17T12:00:00-04:00",
    "cutoff_datetime": "2022-09-17T12:00:00-04:00",
    "name": "Georgia v. South Carolina",
    "bettypes": [
        {
            "id": "5b16c5b5-dcdf-4d37-a49d-96cdab01f921",
            "match": "https://api-prod.gambitprofit.com/api/matches/9fa87f76-4f5a-4a03-8607-30a3e3c1e7b8/?format=api",
            "name": "Pick the Winner",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": true,
                "name": "High Risk",
                "bet": [
                    {
                        "team": "Georgia",
                        "amount": 10000
                    }
                ],
                "expected_reward_tokens": 10200.0,
                "profit_sb": 1200.0,
                "profit_sb_percentage": 13.33,
                "recommended": true
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Georgia",
                        "amount": 9157.0
                    },
                    {
                        "team": "South Carolina",
                        "amount": 843.0
                    }
                ],
                "expected_reward_tokens": 9340.14,
                "profit_sb": 340.14,
                "profit_sb_percentage": 3.78,
                "recommended": true
            },
            "lines": [
                {
                    "id": "a5bcb64e-99eb-40a8-a5fd-081508b441f2",
                    "gambit_id": "3484f984-6944-464f-91a4-c1fc02a79cd8",
                    "last_updated": "2022-09-18T18:12:28.177046-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Georgia",
                    "reward": "1.02000",
                    "odds": "1.02500",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b16c5b5-dcdf-4d37-a49d-96cdab01f921/?format=api"
                },
                {
                    "id": "b087b1df-e01b-4f37-a7a9-c958f0bed14b",
                    "gambit_id": "c0e07f67-aa85-4eb9-b144-b32b9977be48",
                    "last_updated": "2022-09-18T18:12:28.176054-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "South Carolina",
                    "reward": "11.08000",
                    "odds": "13.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b16c5b5-dcdf-4d37-a49d-96cdab01f921/?format=api"
                }
            ]
        },
        {
            "id": "afcf742c-dc90-4e3d-b39f-291183a41231",
            "match": "https://api-prod.gambitprofit.com/api/matches/9fa87f76-4f5a-4a03-8607-30a3e3c1e7b8/?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",
                        "amount": 5000.0
                    },
                    {
                        "team": "South Carolina",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 8800.0,
                "profit_sb": -200.0,
                "profit_sb_percentage": -2.22,
                "recommended": false
            },
            "lines": [
                {
                    "id": "78b2b8e2-c3f4-4827-8686-9619faa0851e",
                    "gambit_id": "b7e73e55-f324-4512-a63e-4d1207b4e70e",
                    "last_updated": "2022-09-18T18:12:28.180035-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Georgia",
                    "reward": "1.76000",
                    "odds": "1.90910",
                    "spread": "-25.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afcf742c-dc90-4e3d-b39f-291183a41231/?format=api"
                },
                {
                    "id": "299c4842-2014-43c4-abfd-4d69d37fecdf",
                    "gambit_id": "492855cd-7c7f-4863-bc71-71aaf8b6db70",
                    "last_updated": "2022-09-18T18:12:28.179052-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "South Carolina",
                    "reward": "1.76000",
                    "odds": "1.90910",
                    "spread": "25.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afcf742c-dc90-4e3d-b39f-291183a41231/?format=api"
                }
            ]
        },
        {
            "id": "4f3894bd-bb25-41bc-89ff-269368ddae81",
            "match": "https://api-prod.gambitprofit.com/api/matches/9fa87f76-4f5a-4a03-8607-30a3e3c1e7b8/?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 56",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 56",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 8800.0,
                "profit_sb": -200.0,
                "profit_sb_percentage": -2.22,
                "recommended": false
            },
            "lines": [
                {
                    "id": "47ea25f0-c62c-4578-a0bc-48f400764b53",
                    "gambit_id": "44f96a4a-6d9a-4f51-b51b-cb733f2e797f",
                    "last_updated": "2022-09-18T18:12:28.172901-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 56",
                    "reward": "1.76000",
                    "odds": "1.90910",
                    "spread": "56.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f3894bd-bb25-41bc-89ff-269368ddae81/?format=api"
                },
                {
                    "id": "ce9d8aad-2b31-4826-a381-e84a7fd1d10e",
                    "gambit_id": "31c7a018-17d0-4ed6-a88b-00f960737e26",
                    "last_updated": "2022-09-18T18:12:28.174001-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 56",
                    "reward": "1.76000",
                    "odds": "1.90910",
                    "spread": "56.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f3894bd-bb25-41bc-89ff-269368ddae81/?format=api"
                }
            ]
        }
    ]
}