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/3df0bee4-15ae-4e27-b301-05e9667c31f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3df0bee4-15ae-4e27-b301-05e9667c31f1",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "523cc6ee-2b35-4050-8188-54085b7260c4",
    "completed": true,
    "last_updated": "2022-10-24T10:12:08.138039-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.84,
    "sport_category": "NHL Lines",
    "sport": "Ice Hockey",
    "url": "https://app.gambitrewards.com/match/523cc6ee-2b35-4050-8188-54085b7260c4",
    "datetime": "2022-10-22T19:05:00-04:00",
    "cutoff_datetime": "2022-10-22T19:05:00-04:00",
    "name": "Dallas Stars v. Montreal Canadiens",
    "bettypes": [
        {
            "id": "ba0b2829-d230-4955-b807-05b503734d47",
            "match": "https://api-prod.gambitprofit.com/api/matches/3df0bee4-15ae-4e27-b301-05e9667c31f1/?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": "Dallas Stars",
                        "amount": 6173.0
                    },
                    {
                        "team": "Montreal Canadiens",
                        "amount": 3827.0
                    }
                ],
                "expected_reward_tokens": 9567.5,
                "profit_sb": 67.5,
                "profit_sb_percentage": 0.71,
                "recommended": true
            },
            "lines": [
                {
                    "id": "36291066-b0ea-49da-bae5-65551620d168",
                    "gambit_id": "8c194956-a833-4966-ab05-dced70009003",
                    "last_updated": "2022-10-24T10:12:08.147960-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Dallas Stars",
                    "reward": "1.55000",
                    "odds": "1.57140",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba0b2829-d230-4955-b807-05b503734d47/?format=api"
                },
                {
                    "id": "1546fcf6-8d76-414f-8e81-67c090041508",
                    "gambit_id": "4bbf8e8f-1e9d-412c-911f-23b020951632",
                    "last_updated": "2022-10-24T10:12:08.146991-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Montreal Canadiens",
                    "reward": "2.50000",
                    "odds": "2.55000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba0b2829-d230-4955-b807-05b503734d47/?format=api"
                }
            ]
        },
        {
            "id": "2a27c874-5ddf-4b1e-9a80-d97e7857f4af",
            "match": "https://api-prod.gambitprofit.com/api/matches/3df0bee4-15ae-4e27-b301-05e9667c31f1/?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": "Montreal Canadiens",
                        "amount": 6025.0
                    },
                    {
                        "team": "Dallas Stars",
                        "amount": 3975.0
                    }
                ],
                "expected_reward_tokens": 9579.75,
                "profit_sb": 79.75,
                "profit_sb_percentage": 0.84,
                "recommended": true
            },
            "lines": [
                {
                    "id": "3420fc37-c2cf-4731-9d7a-ed149e985132",
                    "gambit_id": "73ab0b7a-d458-43af-a9ad-497dd6aa20b6",
                    "last_updated": "2022-10-24T10:12:08.144077-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Montreal Canadiens",
                    "reward": "1.59000",
                    "odds": "1.60610",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a27c874-5ddf-4b1e-9a80-d97e7857f4af/?format=api"
                },
                {
                    "id": "0fe69a9d-f59d-46dd-be72-511688c01703",
                    "gambit_id": "2fb9475a-acd9-4c4b-96ae-087a744842f9",
                    "last_updated": "2022-10-24T10:12:08.145049-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Dallas Stars",
                    "reward": "2.41000",
                    "odds": "2.45000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a27c874-5ddf-4b1e-9a80-d97e7857f4af/?format=api"
                }
            ]
        },
        {
            "id": "237daa57-532f-4d90-bf2e-e83a82f40b7e",
            "match": "https://api-prod.gambitprofit.com/api/matches/3df0bee4-15ae-4e27-b301-05e9667c31f1/?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 6",
                        "amount": 5106.0
                    },
                    {
                        "team": "Game Total Over 6",
                        "amount": 4894.0
                    }
                ],
                "expected_reward_tokens": 9395.04,
                "profit_sb": -104.96,
                "profit_sb_percentage": -1.1,
                "recommended": false
            },
            "lines": [
                {
                    "id": "d2252aa2-c1bf-49ba-a418-c56ab952e68a",
                    "gambit_id": "fdc6b7c3-cb51-480b-925d-9fee13fdc690",
                    "last_updated": "2022-10-24T10:12:08.140858-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 6",
                    "reward": "1.84000",
                    "odds": "1.86960",
                    "spread": "6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/237daa57-532f-4d90-bf2e-e83a82f40b7e/?format=api"
                },
                {
                    "id": "288ecc9c-1a9e-4b68-a32d-673798fe035e",
                    "gambit_id": "19fcb679-7004-4227-adee-6f880dac0413",
                    "last_updated": "2022-10-24T10:12:08.141988-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 6",
                    "reward": "1.92000",
                    "odds": "1.95240",
                    "spread": "6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/237daa57-532f-4d90-bf2e-e83a82f40b7e/?format=api"
                }
            ]
        }
    ]
}