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/d04f23f4-fc74-496d-8edf-84fde35ca7c9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d04f23f4-fc74-496d-8edf-84fde35ca7c9",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "aecd9162-a271-49c4-8716-e518e51d3050",
    "completed": true,
    "last_updated": "2023-05-18T11:47:19.665316-04:00",
    "created_at": "2023-05-17T11:06:51.014964-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.09,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/aecd9162-a271-49c4-8716-e518e51d3050",
    "datetime": "2023-05-17T18:40:00-04:00",
    "cutoff_datetime": "2023-05-17T18:40:00-04:00",
    "name": "WAS (M Gore) v. MIA (E Cabrera)",
    "bettypes": [
        {
            "id": "a2211404-9a7e-4047-9a41-c0d38bcc7d13",
            "match": "https://api-prod.gambitprofit.com/api/matches/d04f23f4-fc74-496d-8edf-84fde35ca7c9/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-05-17T11:06:51.028344-04: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": "MIA (E Cabrera)",
                        "amount": 5426.0
                    },
                    {
                        "team": "WAS (M Gore)",
                        "amount": 4574.0
                    }
                ],
                "expected_reward_tokens": 9604.02,
                "profit_sb": 104.02,
                "profit_sb_percentage": 1.09,
                "recommended": true
            },
            "lines": [
                {
                    "id": "549e071e-3aee-47d9-b467-3b459a82f9ea",
                    "gambit_id": "2b09ca9c-a3a7-4d49-9783-f6e66e487d35",
                    "last_updated": "2023-05-18T11:47:19.677393-04:00",
                    "created_at": "2023-05-17T11:06:51.030196-04:00",
                    "name": "MIA (E Cabrera)",
                    "reward": "1.77000",
                    "odds": "1.80000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2211404-9a7e-4047-9a41-c0d38bcc7d13/?format=api"
                },
                {
                    "id": "73ba25e4-8473-460a-acb5-9ca49f57bc6b",
                    "gambit_id": "5c318a40-d04d-4954-a344-e83f14dedcc6",
                    "last_updated": "2023-05-18T11:47:19.678963-04:00",
                    "created_at": "2023-05-17T11:06:51.031843-04:00",
                    "name": "WAS (M Gore)",
                    "reward": "2.10000",
                    "odds": "2.15000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2211404-9a7e-4047-9a41-c0d38bcc7d13/?format=api"
                }
            ]
        },
        {
            "id": "85334bd3-d52b-4234-8ddb-3cda2ac6aeb7",
            "match": "https://api-prod.gambitprofit.com/api/matches/d04f23f4-fc74-496d-8edf-84fde35ca7c9/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-05-17T11:06:51.022661-04: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": "WAS",
                        "amount": 6399.0
                    },
                    {
                        "team": "MIA",
                        "amount": 3601.0
                    }
                ],
                "expected_reward_tokens": 9470.52,
                "profit_sb": -29.48,
                "profit_sb_percentage": -0.31,
                "recommended": false
            },
            "lines": [
                {
                    "id": "9e3566ed-e666-4ef7-afa9-b17168b96fdd",
                    "gambit_id": "6788f1a1-5bcf-43a2-ac7c-6b30c3423cc5",
                    "last_updated": "2023-05-18T11:47:19.674187-04:00",
                    "created_at": "2023-05-17T11:06:51.026602-04:00",
                    "name": "WAS",
                    "reward": "1.48000",
                    "odds": "1.50000",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85334bd3-d52b-4234-8ddb-3cda2ac6aeb7/?format=api"
                },
                {
                    "id": "7b5bd721-f772-4bf5-8fbb-23987aaaa1e7",
                    "gambit_id": "3dbc97a8-213f-4802-9221-3cce87098555",
                    "last_updated": "2023-05-18T11:47:19.672731-04:00",
                    "created_at": "2023-05-17T11:06:51.024699-04:00",
                    "name": "MIA",
                    "reward": "2.63000",
                    "odds": "2.70000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85334bd3-d52b-4234-8ddb-3cda2ac6aeb7/?format=api"
                }
            ]
        },
        {
            "id": "2b627c98-ecac-4f5f-b305-daf1fd4f6e5a",
            "match": "https://api-prod.gambitprofit.com/api/matches/d04f23f4-fc74-496d-8edf-84fde35ca7c9/?format=api",
            "name": "Over/Under",
            "created_at": "2023-05-17T11:06:51.017259-04: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 7.5",
                        "amount": 5107.0
                    },
                    {
                        "team": "Game Total Under 7.5",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "a7180abe-f916-47bf-89d7-5329415c8382",
                    "gambit_id": "bf774022-f690-43e1-9f22-d538ab91a4f9",
                    "last_updated": "2023-05-18T11:47:19.670000-04:00",
                    "created_at": "2023-05-17T11:06:51.020799-04:00",
                    "name": "Game Total Over 7.5",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "7.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b627c98-ecac-4f5f-b305-daf1fd4f6e5a/?format=api"
                },
                {
                    "id": "e55dd73b-a650-4ae2-8b02-f41c9cfa0f54",
                    "gambit_id": "209a3c92-706c-4250-ad78-0e0e6ad31f70",
                    "last_updated": "2023-05-18T11:47:19.668611-04:00",
                    "created_at": "2023-05-17T11:06:51.018989-04:00",
                    "name": "Game Total Under 7.5",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "7.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b627c98-ecac-4f5f-b305-daf1fd4f6e5a/?format=api"
                }
            ]
        }
    ]
}