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/904a522a-56cf-4b9d-af80-59b294ef64a7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "904a522a-56cf-4b9d-af80-59b294ef64a7",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "08f18640-d204-4348-a366-d6559a6fb33d",
    "completed": true,
    "last_updated": "2022-10-29T18:52:23.594807-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.88,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/08f18640-d204-4348-a366-d6559a6fb33d",
    "datetime": "2022-10-28T20:00:00-04:00",
    "cutoff_datetime": "2022-10-28T20:00:00-04:00",
    "name": "East Carolina v. BYU",
    "bettypes": [
        {
            "id": "c4ee691c-461e-4282-8a42-e19326edf0b1",
            "match": "https://api-prod.gambitprofit.com/api/matches/904a522a-56cf-4b9d-af80-59b294ef64a7/?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": "BYU",
                        "amount": 6104.0
                    },
                    {
                        "team": "East Carolina",
                        "amount": 3896.0
                    }
                ],
                "expected_reward_tokens": 9583.28,
                "profit_sb": 83.28,
                "profit_sb_percentage": 0.88,
                "recommended": true
            },
            "lines": [
                {
                    "id": "308028f6-fd9c-44f5-8cfb-741fc2d2ef20",
                    "gambit_id": "40000a63-38b5-4704-b94d-bf8fb09780ff",
                    "last_updated": "2022-10-29T18:52:23.600865-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "BYU",
                    "reward": "1.57000",
                    "odds": "1.58820",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4ee691c-461e-4282-8a42-e19326edf0b1/?format=api"
                },
                {
                    "id": "1d3c7b7c-7dfa-4a78-81f8-1870006f48e0",
                    "gambit_id": "d630eb56-b4bd-43f1-8983-f447a47d197d",
                    "last_updated": "2022-10-29T18:52:23.601860-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "East Carolina",
                    "reward": "2.46000",
                    "odds": "2.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4ee691c-461e-4282-8a42-e19326edf0b1/?format=api"
                }
            ]
        },
        {
            "id": "f6456d79-f7df-4ec5-9c71-820687c2a86f",
            "match": "https://api-prod.gambitprofit.com/api/matches/904a522a-56cf-4b9d-af80-59b294ef64a7/?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": "BYU",
                        "amount": 5212.0
                    },
                    {
                        "team": "East Carolina",
                        "amount": 4788.0
                    }
                ],
                "expected_reward_tokens": 9432.36,
                "profit_sb": -67.64,
                "profit_sb_percentage": -0.71,
                "recommended": false
            },
            "lines": [
                {
                    "id": "d035096b-575c-4126-ad0c-3653f4bc35f1",
                    "gambit_id": "e783d966-4974-41a1-b7df-52e144aa9c1c",
                    "last_updated": "2022-10-29T18:52:23.603861-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "BYU",
                    "reward": "1.81000",
                    "odds": "1.83330",
                    "spread": "-3.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6456d79-f7df-4ec5-9c71-820687c2a86f/?format=api"
                },
                {
                    "id": "a6f5e670-e3af-4387-960c-026d4bdf5c42",
                    "gambit_id": "da84319a-9134-4336-982e-14fb912a63c1",
                    "last_updated": "2022-10-29T18:52:23.604862-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "East Carolina",
                    "reward": "1.97000",
                    "odds": "2.00000",
                    "spread": "3.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6456d79-f7df-4ec5-9c71-820687c2a86f/?format=api"
                }
            ]
        },
        {
            "id": "52c1c860-306e-4617-a9e6-11a293ce6590",
            "match": "https://api-prod.gambitprofit.com/api/matches/904a522a-56cf-4b9d-af80-59b294ef64a7/?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 64",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 64",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "37f03037-d2ee-45bb-950e-336aaa9efc13",
                    "gambit_id": "099a45fa-b56d-4627-ae58-1db9b3cc24af",
                    "last_updated": "2022-10-29T18:52:23.597686-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 64",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "64.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52c1c860-306e-4617-a9e6-11a293ce6590/?format=api"
                },
                {
                    "id": "70fe6959-345f-49ee-8024-69beeadbd17f",
                    "gambit_id": "5d3f189d-b148-470f-9b9c-84e34b9cd756",
                    "last_updated": "2022-10-29T18:52:23.598803-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 64",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "64.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52c1c860-306e-4617-a9e6-11a293ce6590/?format=api"
                }
            ]
        }
    ]
}