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/4b54eee1-4e60-488f-b713-c917c4a43c73/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b54eee1-4e60-488f-b713-c917c4a43c73",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "c82040d4-4052-4b3e-868e-e294fcbdcc25",
    "completed": true,
    "last_updated": "2022-12-20T12:32:14.855332-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.44,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/c82040d4-4052-4b3e-868e-e294fcbdcc25",
    "datetime": "2022-12-19T14:30:00-05:00",
    "cutoff_datetime": "2022-12-19T14:30:00-05:00",
    "name": "Connecticut v. Marshall",
    "bettypes": [
        {
            "id": "6efa601d-e1cc-445d-b616-eb44850884d3",
            "match": "https://api-prod.gambitprofit.com/api/matches/4b54eee1-4e60-488f-b713-c917c4a43c73/?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": "Marshall",
                        "amount": 7683.0
                    },
                    {
                        "team": "Connecticut",
                        "amount": 2317.0
                    }
                ],
                "expected_reward_tokens": 9219.6,
                "profit_sb": 219.6,
                "profit_sb_percentage": 2.44,
                "recommended": true
            },
            "lines": [
                {
                    "id": "0d04d451-5142-4f6e-80c7-105f93267731",
                    "gambit_id": "c3ae0b9e-b5d3-45da-973e-cbe00d2aa58b",
                    "last_updated": "2022-12-20T12:32:14.861797-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Marshall",
                    "reward": "1.20000",
                    "odds": "1.22730",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6efa601d-e1cc-445d-b616-eb44850884d3/?format=api"
                },
                {
                    "id": "3c7acfa8-995d-441a-8214-129679193394",
                    "gambit_id": "d25a7f8c-0feb-4eb4-9d8a-6ca8303ead91",
                    "last_updated": "2022-12-20T12:32:14.862971-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Connecticut",
                    "reward": "3.98000",
                    "odds": "4.40000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6efa601d-e1cc-445d-b616-eb44850884d3/?format=api"
                }
            ]
        },
        {
            "id": "f5098ab7-66bb-4b1d-98b6-2df960d83f25",
            "match": "https://api-prod.gambitprofit.com/api/matches/4b54eee1-4e60-488f-b713-c917c4a43c73/?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": "Marshall",
                        "amount": 5000.0
                    },
                    {
                        "team": "Connecticut",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "6c54a743-4a2d-4c49-938c-438a701f0d19",
                    "gambit_id": "5a972afb-eb01-4129-98f7-50f6f40838a1",
                    "last_updated": "2022-12-20T12:32:14.865249-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Marshall",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-12.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5098ab7-66bb-4b1d-98b6-2df960d83f25/?format=api"
                },
                {
                    "id": "907df292-933c-418d-9bc0-67f8f79e85cb",
                    "gambit_id": "8efacdb3-8dcc-429d-b5d8-1891437cf97a",
                    "last_updated": "2022-12-20T12:32:14.866388-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Connecticut",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "12.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5098ab7-66bb-4b1d-98b6-2df960d83f25/?format=api"
                }
            ]
        },
        {
            "id": "c338a3ff-fcb2-4fee-b544-cb4c1b17731b",
            "match": "https://api-prod.gambitprofit.com/api/matches/4b54eee1-4e60-488f-b713-c917c4a43c73/?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 42",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 42",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "bf2b277b-0b01-4fa7-9e10-092e40f763a1",
                    "gambit_id": "cbebfbdd-c59a-4c53-9804-20533d47d454",
                    "last_updated": "2022-12-20T12:32:14.858242-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 42",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "42.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c338a3ff-fcb2-4fee-b544-cb4c1b17731b/?format=api"
                },
                {
                    "id": "35708de7-d545-4e94-a8cf-6b940c857f7b",
                    "gambit_id": "997d25d6-7b35-4e58-a405-06c687f26f94",
                    "last_updated": "2022-12-20T12:32:14.859463-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 42",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "42.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c338a3ff-fcb2-4fee-b544-cb4c1b17731b/?format=api"
                }
            ]
        }
    ]
}