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/88fc2c7c-f3ee-437d-a2fe-7f500b244682/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "88fc2c7c-f3ee-437d-a2fe-7f500b244682",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "1c87ade1-f57e-4f7f-9265-e73053fa4494",
    "completed": true,
    "last_updated": "2022-11-14T09:49:10.484278-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.61,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/1c87ade1-f57e-4f7f-9265-e73053fa4494",
    "datetime": "2022-11-12T15:30:00-05:00",
    "cutoff_datetime": "2022-11-12T15:30:00-05:00",
    "name": "Maryland v. Penn State",
    "bettypes": [
        {
            "id": "7889d3f8-7ec5-4555-8264-b715dfeaf530",
            "match": "https://api-prod.gambitprofit.com/api/matches/88fc2c7c-f3ee-437d-a2fe-7f500b244682/?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": "Penn State",
                        "amount": 7632.0
                    },
                    {
                        "team": "Maryland",
                        "amount": 2368.0
                    }
                ],
                "expected_reward_tokens": 9234.72,
                "profit_sb": 234.72,
                "profit_sb_percentage": 2.61,
                "recommended": true
            },
            "lines": [
                {
                    "id": "dfbef60d-f773-412a-b74f-ba5ff68d4960",
                    "gambit_id": "488805d8-50a8-4307-a3df-27e0e864bcdb",
                    "last_updated": "2022-11-14T09:49:10.490289-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Penn State",
                    "reward": "1.21000",
                    "odds": "1.23810",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7889d3f8-7ec5-4555-8264-b715dfeaf530/?format=api"
                },
                {
                    "id": "da322656-93f8-4f4c-beee-26766e921251",
                    "gambit_id": "1aa1a9b5-a2b9-45f3-8443-6e836ae17c05",
                    "last_updated": "2022-11-14T09:49:10.491249-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Maryland",
                    "reward": "3.90000",
                    "odds": "4.30000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7889d3f8-7ec5-4555-8264-b715dfeaf530/?format=api"
                }
            ]
        },
        {
            "id": "8e956fe8-e464-4733-9159-f2e83f37b560",
            "match": "https://api-prod.gambitprofit.com/api/matches/88fc2c7c-f3ee-437d-a2fe-7f500b244682/?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": "Maryland",
                        "amount": 5000.0
                    },
                    {
                        "team": "Penn State",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "04512719-c989-4e77-87dd-90d0809b2fa2",
                    "gambit_id": "4c8c3b0f-0d85-4d01-8887-e15c3bdeddac",
                    "last_updated": "2022-11-14T09:49:10.494078-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Maryland",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "10.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e956fe8-e464-4733-9159-f2e83f37b560/?format=api"
                },
                {
                    "id": "a7f2953c-3cda-49ce-9a5e-991b86b8bc92",
                    "gambit_id": "0e1bfd7c-31c0-41e9-9fd0-18a022533811",
                    "last_updated": "2022-11-14T09:49:10.493137-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Penn State",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-10.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e956fe8-e464-4733-9159-f2e83f37b560/?format=api"
                }
            ]
        },
        {
            "id": "ecc102bc-22a2-42b0-b751-1790d4b8bef2",
            "match": "https://api-prod.gambitprofit.com/api/matches/88fc2c7c-f3ee-437d-a2fe-7f500b244682/?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 Over 56.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 56.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "de51df71-8c7a-49fb-bcd7-562b71a09471",
                    "gambit_id": "2ea02e1e-10e8-4b1d-b2e3-ee043051d9cd",
                    "last_updated": "2022-11-14T09:49:10.488401-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 56.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "56.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecc102bc-22a2-42b0-b751-1790d4b8bef2/?format=api"
                },
                {
                    "id": "cc38f5df-2bcf-4d5d-81dc-de9383db2327",
                    "gambit_id": "55ca4c7d-102d-4650-8812-118edfd9182d",
                    "last_updated": "2022-11-14T09:49:10.487246-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 56.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "56.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecc102bc-22a2-42b0-b751-1790d4b8bef2/?format=api"
                }
            ]
        }
    ]
}