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/03eaf6fb-5b07-45ca-b865-9c8e468d19ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "03eaf6fb-5b07-45ca-b865-9c8e468d19ee",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "0753d28f-4ce1-4289-9c09-a7ecffd450ce",
    "completed": true,
    "last_updated": "2022-09-25T21:12:21.018688-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.04,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/0753d28f-4ce1-4289-9c09-a7ecffd450ce",
    "datetime": "2022-09-24T19:00:00-04:00",
    "cutoff_datetime": "2022-09-24T19:00:00-04:00",
    "name": "Louisiana Tech v. South Alabama",
    "bettypes": [
        {
            "id": "b23337c9-be27-4ed6-8754-212f6f0be994",
            "match": "https://api-prod.gambitprofit.com/api/matches/03eaf6fb-5b07-45ca-b865-9c8e468d19ee/?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": "South Alabama",
                        "amount": 7997.0
                    },
                    {
                        "team": "Louisiana Tech",
                        "amount": 2003.0
                    }
                ],
                "expected_reward_tokens": 9273.89,
                "profit_sb": 273.89,
                "profit_sb_percentage": 3.04,
                "recommended": true
            },
            "lines": [
                {
                    "id": "42879d14-4349-411a-aca0-6cf9dce8172c",
                    "gambit_id": "2b1cd6c5-f2fa-4b70-8bce-658323180549",
                    "last_updated": "2022-09-25T21:12:21.025816-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "South Alabama",
                    "reward": "1.16000",
                    "odds": "1.18180",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b23337c9-be27-4ed6-8754-212f6f0be994/?format=api"
                },
                {
                    "id": "5a2a0698-72d1-4204-9d44-08b7107cd67e",
                    "gambit_id": "e0ea5437-5d42-47b7-bde8-49ab1adab1e7",
                    "last_updated": "2022-09-25T21:12:21.024810-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Louisiana Tech",
                    "reward": "4.63000",
                    "odds": "5.10000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b23337c9-be27-4ed6-8754-212f6f0be994/?format=api"
                }
            ]
        },
        {
            "id": "9626b587-e08f-4694-bee2-dec75ac20a7e",
            "match": "https://api-prod.gambitprofit.com/api/matches/03eaf6fb-5b07-45ca-b865-9c8e468d19ee/?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": "Louisiana Tech",
                        "amount": 5000.0
                    },
                    {
                        "team": "South Alabama",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "95ec0463-87b3-4f7e-86d1-c4aa73415bbd",
                    "gambit_id": "1b4a5517-d252-489f-812b-0bed2dfa65bb",
                    "last_updated": "2022-09-25T21:12:21.028987-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Louisiana Tech",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "13.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9626b587-e08f-4694-bee2-dec75ac20a7e/?format=api"
                },
                {
                    "id": "3b595d38-3469-41cc-b3ad-804ee6dd5364",
                    "gambit_id": "96a50d2f-72df-4c87-903d-617da4393c8a",
                    "last_updated": "2022-09-25T21:12:21.027819-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "South Alabama",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-13.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9626b587-e08f-4694-bee2-dec75ac20a7e/?format=api"
                }
            ]
        },
        {
            "id": "162e242f-2c20-42e0-a5a2-384213e17f41",
            "match": "https://api-prod.gambitprofit.com/api/matches/03eaf6fb-5b07-45ca-b865-9c8e468d19ee/?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 59",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 59",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "eeafee88-5561-4df3-9bcf-5e12fcbdab33",
                    "gambit_id": "e32921c0-c70b-45be-a85f-b5a2499e108d",
                    "last_updated": "2022-09-25T21:12:21.021612-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 59",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "59.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/162e242f-2c20-42e0-a5a2-384213e17f41/?format=api"
                },
                {
                    "id": "5fa8c3c3-430e-42de-9cd6-3184fafb65d5",
                    "gambit_id": "bd663f32-9c05-45a6-93c6-0b6b43d85ef0",
                    "last_updated": "2022-09-25T21:12:21.022789-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 59",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "59.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/162e242f-2c20-42e0-a5a2-384213e17f41/?format=api"
                }
            ]
        }
    ]
}