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/eb76ca96-2f5b-4d01-9447-a7cb98e18b64/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb76ca96-2f5b-4d01-9447-a7cb98e18b64",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "3128c708-e9ce-4ab4-865b-cc93a63bb524",
    "completed": true,
    "last_updated": "2022-09-29T10:17:11.865717-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.33,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/3128c708-e9ce-4ab4-865b-cc93a63bb524",
    "datetime": "2022-09-28T21:45:00-04:00",
    "cutoff_datetime": "2022-09-28T21:45:00-04:00",
    "name": "Colorado Rockies v. San Francisco Giants",
    "bettypes": [
        {
            "id": "2f0fb854-721e-468a-a117-501a53763f09",
            "match": "https://api-prod.gambitprofit.com/api/matches/eb76ca96-2f5b-4d01-9447-a7cb98e18b64/?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": "San Francisco Giants",
                        "amount": 5942.0
                    },
                    {
                        "team": "Colorado Rockies",
                        "amount": 4058.0
                    }
                ],
                "expected_reward_tokens": 9210.1,
                "profit_sb": 210.1,
                "profit_sb_percentage": 2.33,
                "recommended": true
            },
            "lines": [
                {
                    "id": "4cfdecfb-33f1-4112-a96c-dfdb085ae0db",
                    "gambit_id": "7d18c8e2-eef7-4e27-a1d3-ac3cbd389a9a",
                    "last_updated": "2022-09-29T10:17:11.874035-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "San Francisco Giants",
                    "reward": "1.55000",
                    "odds": "1.62500",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f0fb854-721e-468a-a117-501a53763f09/?format=api"
                },
                {
                    "id": "77197b20-f130-4d1c-bd89-eebe6b989ed0",
                    "gambit_id": "cfa09dfe-de6e-448f-b8f4-4478fa5e55b1",
                    "last_updated": "2022-09-29T10:17:11.875017-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Colorado Rockies",
                    "reward": "2.27000",
                    "odds": "2.45000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f0fb854-721e-468a-a117-501a53763f09/?format=api"
                }
            ]
        },
        {
            "id": "24da151e-de19-4678-b25a-088860536357",
            "match": "https://api-prod.gambitprofit.com/api/matches/eb76ca96-2f5b-4d01-9447-a7cb98e18b64/?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": "Colorado Rockies",
                        "amount": 5753.0
                    },
                    {
                        "team": "San Francisco Giants",
                        "amount": 4247.0
                    }
                ],
                "expected_reward_tokens": 9088.58,
                "profit_sb": 88.58,
                "profit_sb_percentage": 0.98,
                "recommended": true
            },
            "lines": [
                {
                    "id": "2fb3397a-1d3f-4047-8857-6cc48a1ba682",
                    "gambit_id": "525b4afa-b100-412e-801b-63a5864c4a7e",
                    "last_updated": "2022-09-29T10:17:11.872081-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Colorado Rockies",
                    "reward": "1.58000",
                    "odds": "1.66670",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24da151e-de19-4678-b25a-088860536357/?format=api"
                },
                {
                    "id": "16d1d783-db77-428c-bd7d-f206dbc13771",
                    "gambit_id": "a21fc92a-8e25-4a2b-b146-775c8a2d3566",
                    "last_updated": "2022-09-29T10:17:11.871120-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "San Francisco Giants",
                    "reward": "2.14000",
                    "odds": "2.30000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24da151e-de19-4678-b25a-088860536357/?format=api"
                }
            ]
        },
        {
            "id": "40628fa7-08bd-41a2-a114-e6a1c7a19bba",
            "match": "https://api-prod.gambitprofit.com/api/matches/eb76ca96-2f5b-4d01-9447-a7cb98e18b64/?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 8",
                        "amount": 5208.0
                    },
                    {
                        "team": "Game Total Under 8",
                        "amount": 4792.0
                    }
                ],
                "expected_reward_tokens": 9008.96,
                "profit_sb": 8.96,
                "profit_sb_percentage": 0.1,
                "recommended": true
            },
            "lines": [
                {
                    "id": "a2ecb2b3-8466-419e-a03e-96b5bddc71db",
                    "gambit_id": "b7669633-22af-4013-9d44-22ea5ac6a07f",
                    "last_updated": "2022-09-29T10:17:11.869159-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 8",
                    "reward": "1.73000",
                    "odds": "1.83330",
                    "spread": "8.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40628fa7-08bd-41a2-a114-e6a1c7a19bba/?format=api"
                },
                {
                    "id": "f38ab4eb-1269-4711-af15-615945da0144",
                    "gambit_id": "39d20af8-19f2-4037-b94a-c1967f240781",
                    "last_updated": "2022-09-29T10:17:11.868132-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 8",
                    "reward": "1.88000",
                    "odds": "2.00000",
                    "spread": "8.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40628fa7-08bd-41a2-a114-e6a1c7a19bba/?format=api"
                }
            ]
        }
    ]
}