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/a787bdc4-f81e-4d2f-9ad6-c87bf58255bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a787bdc4-f81e-4d2f-9ad6-c87bf58255bf",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "708fac5a-c973-4499-8d6b-add02b3ee26d",
    "completed": true,
    "last_updated": "2022-12-19T10:22:26.153614-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.68,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/708fac5a-c973-4499-8d6b-add02b3ee26d",
    "datetime": "2022-12-17T11:00:00-05:00",
    "cutoff_datetime": "2022-12-17T11:00:00-05:00",
    "name": "Louisville v. Cincinnati",
    "bettypes": [
        {
            "id": "a6916a4d-5fe6-4443-922c-aef1337e86b6",
            "match": "https://api-prod.gambitprofit.com/api/matches/a787bdc4-f81e-4d2f-9ad6-c87bf58255bf/?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": "Louisville",
                        "amount": 5492.0
                    },
                    {
                        "team": "Cincinnati",
                        "amount": 4508.0
                    }
                ],
                "expected_reward_tokens": 9061.08,
                "profit_sb": 61.08,
                "profit_sb_percentage": 0.68,
                "recommended": true
            },
            "lines": [
                {
                    "id": "c98dbdec-dfc1-4b37-bf7a-784def13d1ee",
                    "gambit_id": "5c80994f-a5bc-4334-ad87-1ff4b4edaac1",
                    "last_updated": "2022-12-19T10:22:26.160610-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Louisville",
                    "reward": "1.65000",
                    "odds": "1.74070",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6916a4d-5fe6-4443-922c-aef1337e86b6/?format=api"
                },
                {
                    "id": "69c3b348-e1b6-4ea8-bb05-a8f422ad0c61",
                    "gambit_id": "ced860a8-9068-41b3-9c24-42ae9b2975b0",
                    "last_updated": "2022-12-19T10:22:26.159564-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Cincinnati",
                    "reward": "2.01000",
                    "odds": "2.15000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6916a4d-5fe6-4443-922c-aef1337e86b6/?format=api"
                }
            ]
        },
        {
            "id": "0376d217-ebea-4ad2-9a93-99160e889823",
            "match": "https://api-prod.gambitprofit.com/api/matches/a787bdc4-f81e-4d2f-9ad6-c87bf58255bf/?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": "Louisville",
                        "amount": 5000.0
                    },
                    {
                        "team": "Cincinnati",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "8ab70d26-e116-4ffc-886a-19751346ce3b",
                    "gambit_id": "779f8145-b63c-4a60-9fbb-bfc612f8662a",
                    "last_updated": "2022-12-19T10:22:26.162710-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Louisville",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0376d217-ebea-4ad2-9a93-99160e889823/?format=api"
                },
                {
                    "id": "5f502fd5-3d8c-4109-aa7a-458912076664",
                    "gambit_id": "263286ad-db1d-4152-b591-56a30b3b35e3",
                    "last_updated": "2022-12-19T10:22:26.163773-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Cincinnati",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0376d217-ebea-4ad2-9a93-99160e889823/?format=api"
                }
            ]
        },
        {
            "id": "0c53bdbb-0486-460b-94ab-c50344c3313c",
            "match": "https://api-prod.gambitprofit.com/api/matches/a787bdc4-f81e-4d2f-9ad6-c87bf58255bf/?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 38.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 38.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "fd1533c1-129d-43e1-a7c9-3af2083b1f54",
                    "gambit_id": "72d98f2b-a242-4eac-ba00-096ce6c493f6",
                    "last_updated": "2022-12-19T10:22:26.156349-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 38.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "38.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c53bdbb-0486-460b-94ab-c50344c3313c/?format=api"
                },
                {
                    "id": "152cd51d-cf67-4c10-a3bd-4c669e116487",
                    "gambit_id": "d89f593f-e632-442a-9457-929123f98643",
                    "last_updated": "2022-12-19T10:22:26.157470-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 38.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "38.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c53bdbb-0486-460b-94ab-c50344c3313c/?format=api"
                }
            ]
        }
    ]
}