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/4700fd5e-e619-4fd7-aabf-7c2c985f72c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4700fd5e-e619-4fd7-aabf-7c2c985f72c2",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "3a7da35e-ca00-444a-ba44-309440693bec",
    "completed": true,
    "last_updated": "2022-09-18T20:37:19.318422-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.15,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/3a7da35e-ca00-444a-ba44-309440693bec",
    "datetime": "2022-09-17T14:30:00-04:00",
    "cutoff_datetime": "2022-09-17T14:30:00-04:00",
    "name": "California v. Notre Dame",
    "bettypes": [
        {
            "id": "4e828222-cbef-4c3b-8478-91bc105246a2",
            "match": "https://api-prod.gambitprofit.com/api/matches/4700fd5e-e619-4fd7-aabf-7c2c985f72c2/?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": "Notre Dame",
                        "amount": 7937.0
                    },
                    {
                        "team": "California",
                        "amount": 2063.0
                    }
                ],
                "expected_reward_tokens": 9283.5,
                "profit_sb": 283.5,
                "profit_sb_percentage": 3.15,
                "recommended": true
            },
            "lines": [
                {
                    "id": "7a1b6aed-7206-4229-aadd-545bcaeea88c",
                    "gambit_id": "38391399-c200-419a-bf98-4ca27b05d33b",
                    "last_updated": "2022-09-18T20:37:19.324358-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Notre Dame",
                    "reward": "1.17000",
                    "odds": "1.18870",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e828222-cbef-4c3b-8478-91bc105246a2/?format=api"
                },
                {
                    "id": "7420cbde-045c-43d2-aa00-29fc7502fe4d",
                    "gambit_id": "05565be4-f94d-4388-bdfb-0b0157139dcc",
                    "last_updated": "2022-09-18T20:37:19.325679-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "California",
                    "reward": "4.50000",
                    "odds": "5.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e828222-cbef-4c3b-8478-91bc105246a2/?format=api"
                }
            ]
        },
        {
            "id": "7ce0a12d-83c6-4847-977c-d1ad1af1f22b",
            "match": "https://api-prod.gambitprofit.com/api/matches/4700fd5e-e619-4fd7-aabf-7c2c985f72c2/?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": "Notre Dame",
                        "amount": 5000.0
                    },
                    {
                        "team": "California",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "0e3203f1-ba0d-4aa4-a5a1-f1d417dd3e3f",
                    "gambit_id": "545b1b0b-3360-4188-9628-148aa6e8a412",
                    "last_updated": "2022-09-18T20:37:19.327911-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Notre Dame",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-13.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ce0a12d-83c6-4847-977c-d1ad1af1f22b/?format=api"
                },
                {
                    "id": "a72efafa-4436-47d1-b74c-25886a7dbfa8",
                    "gambit_id": "88d9f21e-4996-4221-adec-c095e4bacf81",
                    "last_updated": "2022-09-18T20:37:19.328876-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "California",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "13.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ce0a12d-83c6-4847-977c-d1ad1af1f22b/?format=api"
                }
            ]
        },
        {
            "id": "55154efb-8faf-4b63-a08a-f20dde9c5d2d",
            "match": "https://api-prod.gambitprofit.com/api/matches/4700fd5e-e619-4fd7-aabf-7c2c985f72c2/?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 41.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 41.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "acb42175-8e51-4f3c-9e3a-3ad9ca5402c8",
                    "gambit_id": "430ea6ed-e85a-4dcc-94d6-ff7f1d3db2fc",
                    "last_updated": "2022-09-18T20:37:19.321222-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 41.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "41.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55154efb-8faf-4b63-a08a-f20dde9c5d2d/?format=api"
                },
                {
                    "id": "67f65fad-2fb0-468d-97fb-dfe898406703",
                    "gambit_id": "4fb7f797-f01f-4a63-8ade-cd7e79e73c47",
                    "last_updated": "2022-09-18T20:37:19.322442-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 41.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "41.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55154efb-8faf-4b63-a08a-f20dde9c5d2d/?format=api"
                }
            ]
        }
    ]
}