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/6cbe4388-29b9-42b3-ab3a-7914497d4140/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6cbe4388-29b9-42b3-ab3a-7914497d4140",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "95db3311-dd80-464a-9c14-d3d528bbedcc",
    "completed": true,
    "last_updated": "2022-09-25T21:12:20.389292-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.97,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/95db3311-dd80-464a-9c14-d3d528bbedcc",
    "datetime": "2022-09-24T18:00:00-04:00",
    "cutoff_datetime": "2022-09-24T18:00:00-04:00",
    "name": "Navy v. East Carolina",
    "bettypes": [
        {
            "id": "57f53d70-8a5e-47f3-950c-4c99b527ba4b",
            "match": "https://api-prod.gambitprofit.com/api/matches/6cbe4388-29b9-42b3-ab3a-7914497d4140/?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": "East Carolina",
                        "amount": 8430.0
                    },
                    {
                        "team": "Navy",
                        "amount": 1570.0
                    }
                ],
                "expected_reward_tokens": 9357.2,
                "profit_sb": 357.2,
                "profit_sb_percentage": 3.97,
                "recommended": true
            },
            "lines": [
                {
                    "id": "67e2e17a-2b29-402c-9a4d-4342995d6b61",
                    "gambit_id": "fcac31b3-8961-4be6-a438-71343b78ba77",
                    "last_updated": "2022-09-25T21:12:20.395216-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "East Carolina",
                    "reward": "1.11000",
                    "odds": "1.12120",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57f53d70-8a5e-47f3-950c-4c99b527ba4b/?format=api"
                },
                {
                    "id": "88c515b5-5798-4ff1-a646-28c7f516980d",
                    "gambit_id": "aa4cc83a-5fd1-4296-a276-e430a9ab981e",
                    "last_updated": "2022-09-25T21:12:20.396186-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Navy",
                    "reward": "5.96000",
                    "odds": "6.60000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57f53d70-8a5e-47f3-950c-4c99b527ba4b/?format=api"
                }
            ]
        },
        {
            "id": "fd0c3512-7c43-40f9-9f53-e790185366cd",
            "match": "https://api-prod.gambitprofit.com/api/matches/6cbe4388-29b9-42b3-ab3a-7914497d4140/?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": "East Carolina",
                        "amount": 5000.0
                    },
                    {
                        "team": "Navy",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "2709ad90-5185-4a34-8996-6a39e41e85d9",
                    "gambit_id": "d0fe45b7-b346-4cd1-bae3-6cbde968c6fe",
                    "last_updated": "2022-09-25T21:12:20.398169-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "East Carolina",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-16.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd0c3512-7c43-40f9-9f53-e790185366cd/?format=api"
                },
                {
                    "id": "23ff68c9-d9d8-4776-9b42-dfa9cb10125d",
                    "gambit_id": "1924bfef-f258-47d9-8a59-d522ab91595e",
                    "last_updated": "2022-09-25T21:12:20.399182-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Navy",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "16.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd0c3512-7c43-40f9-9f53-e790185366cd/?format=api"
                }
            ]
        },
        {
            "id": "99036612-8c0a-4f79-bd58-17baebb58d8a",
            "match": "https://api-prod.gambitprofit.com/api/matches/6cbe4388-29b9-42b3-ab3a-7914497d4140/?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 48.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 48.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "078e1c1d-dfb6-4e8f-9d7f-2d3256d950e5",
                    "gambit_id": "2d76edd8-a86f-4f30-be43-463923a4df01",
                    "last_updated": "2022-09-25T21:12:20.393238-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 48.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "48.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99036612-8c0a-4f79-bd58-17baebb58d8a/?format=api"
                },
                {
                    "id": "3d3a2d9d-6a64-4cb3-83f1-e327e73c29ab",
                    "gambit_id": "266afb6f-b807-4858-ae7c-b22238cb709c",
                    "last_updated": "2022-09-25T21:12:20.392183-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 48.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "48.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99036612-8c0a-4f79-bd58-17baebb58d8a/?format=api"
                }
            ]
        }
    ]
}