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/7fd7a6b3-cf7e-4520-8ee8-6c3ef6d84658/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7fd7a6b3-cf7e-4520-8ee8-6c3ef6d84658",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "3e7a047c-6c7a-4809-a4e5-44a42182e805",
    "completed": true,
    "last_updated": "2023-04-03T10:57:01.818225-04:00",
    "created_at": "2023-03-29T10:17:01.093646-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -1.58,
    "sport_category": "XFL Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/3e7a047c-6c7a-4809-a4e5-44a42182e805",
    "datetime": "2023-04-01T18:00:00-04:00",
    "cutoff_datetime": "2023-04-01T18:00:00-04:00",
    "name": "DC Defenders v. Orlando Guardians",
    "bettypes": [
        {
            "id": "548ef95c-6ff9-48ce-8f39-a3cd9e97676f",
            "match": "https://api-prod.gambitprofit.com/api/matches/7fd7a6b3-cf7e-4520-8ee8-6c3ef6d84658/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-03-29T10:17:01.106316-04: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": "Orlando Guardians",
                        "amount": 5000.0
                    },
                    {
                        "team": "DC Defenders",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9350.0,
                "profit_sb": -150.0,
                "profit_sb_percentage": -1.58,
                "recommended": false
            },
            "lines": [
                {
                    "id": "9d408ee5-1aa9-4818-9cdf-bbe40cf6f978",
                    "gambit_id": "78a62da0-0b0b-498d-a4ac-0c77a1fd40ee",
                    "last_updated": "2023-04-03T10:57:01.831378-04:00",
                    "created_at": "2023-03-29T10:17:01.109189-04:00",
                    "name": "Orlando Guardians",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/548ef95c-6ff9-48ce-8f39-a3cd9e97676f/?format=api"
                },
                {
                    "id": "1704f74e-0436-47e8-9752-6755e82f83db",
                    "gambit_id": "57c7c1a6-49e7-4ae4-a312-457697f38b22",
                    "last_updated": "2023-04-03T10:57:01.833641-04:00",
                    "created_at": "2023-03-29T10:17:01.111839-04:00",
                    "name": "DC Defenders",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "-9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/548ef95c-6ff9-48ce-8f39-a3cd9e97676f/?format=api"
                }
            ]
        },
        {
            "id": "15c599d8-29ff-4359-a41e-33877a9ecf80",
            "match": "https://api-prod.gambitprofit.com/api/matches/7fd7a6b3-cf7e-4520-8ee8-6c3ef6d84658/?format=api",
            "name": "Over/Under",
            "created_at": "2023-03-29T10:17:01.097312-04: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 45.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 45.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9350.0,
                "profit_sb": -150.0,
                "profit_sb_percentage": -1.58,
                "recommended": false
            },
            "lines": [
                {
                    "id": "cc658972-aebe-478a-85ed-e9a291fb530a",
                    "gambit_id": "0635c9d3-2a27-4574-90b4-beea7cabc9e7",
                    "last_updated": "2023-04-03T10:57:01.823714-04:00",
                    "created_at": "2023-03-29T10:17:01.100445-04:00",
                    "name": "Game Total Under 45.5",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "45.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15c599d8-29ff-4359-a41e-33877a9ecf80/?format=api"
                },
                {
                    "id": "1f744fb5-719a-4435-a302-5a2506fd35e5",
                    "gambit_id": "d35057a6-beed-4857-9bf2-a373e037f66f",
                    "last_updated": "2023-04-03T10:57:01.826137-04:00",
                    "created_at": "2023-03-29T10:17:01.103324-04:00",
                    "name": "Game Total Over 45.5",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "45.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15c599d8-29ff-4359-a41e-33877a9ecf80/?format=api"
                }
            ]
        }
    ]
}