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/254a3c0f-dda2-49d9-bfab-f2e1e2e0d722/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "254a3c0f-dda2-49d9-bfab-f2e1e2e0d722",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "5351d94e-e6f5-4e08-b935-183c5e93acb1",
    "completed": true,
    "last_updated": "2023-05-19T11:02:17.609448-04:00",
    "created_at": "2023-05-18T11:47:14.077050-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.93,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/5351d94e-e6f5-4e08-b935-183c5e93acb1",
    "datetime": "2023-05-18T19:45:00-04:00",
    "cutoff_datetime": "2023-05-18T19:45:00-04:00",
    "name": "LOS (J Urias) v. STL (A Wainwright)",
    "bettypes": [
        {
            "id": "f6e7e63d-05fd-4242-b9df-21b9bb5b7025",
            "match": "https://api-prod.gambitprofit.com/api/matches/254a3c0f-dda2-49d9-bfab-f2e1e2e0d722/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-05-18T11:47:14.088204-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": "LOS (J Urias)",
                        "amount": 5776.0
                    },
                    {
                        "team": "STL (A Wainwright)",
                        "amount": 4224.0
                    }
                ],
                "expected_reward_tokens": 9588.16,
                "profit_sb": 88.16,
                "profit_sb_percentage": 0.93,
                "recommended": true
            },
            "lines": [
                {
                    "id": "ef29a17e-55dd-4a13-a4fa-e7f6168577b9",
                    "gambit_id": "c1b82cd7-9848-4ac3-a8fa-d4cbd4a965d3",
                    "last_updated": "2023-05-19T11:02:17.630514-04:00",
                    "created_at": "2023-05-18T11:47:14.091271-04:00",
                    "name": "LOS (J Urias)",
                    "reward": "1.66000",
                    "odds": "1.68970",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6e7e63d-05fd-4242-b9df-21b9bb5b7025/?format=api"
                },
                {
                    "id": "d52567e8-5462-468d-aba4-83a0dd98d5f8",
                    "gambit_id": "b784c5e4-e86a-4809-bec9-23b366a8d17b",
                    "last_updated": "2023-05-19T11:02:17.628948-04:00",
                    "created_at": "2023-05-18T11:47:14.089677-04:00",
                    "name": "STL (A Wainwright)",
                    "reward": "2.27000",
                    "odds": "2.33000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6e7e63d-05fd-4242-b9df-21b9bb5b7025/?format=api"
                }
            ]
        },
        {
            "id": "3fdac307-4ef0-4aac-9204-3f808a018e9a",
            "match": "https://api-prod.gambitprofit.com/api/matches/254a3c0f-dda2-49d9-bfab-f2e1e2e0d722/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-05-18T11:47:14.083873-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": "STL",
                        "amount": 5317.0
                    },
                    {
                        "team": "LOS",
                        "amount": 4683.0
                    }
                ],
                "expected_reward_tokens": 9411.09,
                "profit_sb": -88.91,
                "profit_sb_percentage": -0.94,
                "recommended": false
            },
            "lines": [
                {
                    "id": "5a4bb320-1773-4025-961f-503512164263",
                    "gambit_id": "016212a2-4dff-4174-8634-10f2e303f03f",
                    "last_updated": "2023-05-19T11:02:17.623561-04:00",
                    "created_at": "2023-05-18T11:47:14.085278-04:00",
                    "name": "STL",
                    "reward": "1.77000",
                    "odds": "1.80000",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fdac307-4ef0-4aac-9204-3f808a018e9a/?format=api"
                },
                {
                    "id": "ee951fb3-c55c-4360-88e4-3dee4a55814e",
                    "gambit_id": "fb38e97f-7e83-40f3-947d-1734b879bb34",
                    "last_updated": "2023-05-19T11:02:17.625919-04:00",
                    "created_at": "2023-05-18T11:47:14.086559-04:00",
                    "name": "LOS",
                    "reward": "2.01000",
                    "odds": "2.05000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fdac307-4ef0-4aac-9204-3f808a018e9a/?format=api"
                }
            ]
        },
        {
            "id": "17a077dc-1ba0-43db-8560-f5a2cafc2c4e",
            "match": "https://api-prod.gambitprofit.com/api/matches/254a3c0f-dda2-49d9-bfab-f2e1e2e0d722/?format=api",
            "name": "Over/Under",
            "created_at": "2023-05-18T11:47:14.079118-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 9",
                        "amount": 5213.0
                    },
                    {
                        "team": "Game Total Under 9",
                        "amount": 4787.0
                    }
                ],
                "expected_reward_tokens": 9382.52,
                "profit_sb": -117.48,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "d3f892bd-befe-4b47-b0b7-6ade62c9ac86",
                    "gambit_id": "85d48fdd-3e2a-4e1d-8573-403a5ee392c4",
                    "last_updated": "2023-05-19T11:02:17.615119-04:00",
                    "created_at": "2023-05-18T11:47:14.080710-04:00",
                    "name": "Game Total Over 9",
                    "reward": "1.80000",
                    "odds": "1.83330",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17a077dc-1ba0-43db-8560-f5a2cafc2c4e/?format=api"
                },
                {
                    "id": "aafaab3b-ad71-4da2-bf4d-8280afe1b702",
                    "gambit_id": "1cc412b9-fec7-434f-9165-659121ca0200",
                    "last_updated": "2023-05-19T11:02:17.617853-04:00",
                    "created_at": "2023-05-18T11:47:14.082299-04:00",
                    "name": "Game Total Under 9",
                    "reward": "1.96000",
                    "odds": "2.00000",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17a077dc-1ba0-43db-8560-f5a2cafc2c4e/?format=api"
                }
            ]
        }
    ]
}