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/b070fe6c-89e9-4695-b9bb-b1cd1540e8ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b070fe6c-89e9-4695-b9bb-b1cd1540e8ce",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "dc6fa754-8457-47e0-ae29-980b875fe635",
    "completed": false,
    "last_updated": "2023-08-01T21:43:03.704094-04:00",
    "created_at": "2023-07-25T12:38:08.520764-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.01,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/dc6fa754-8457-47e0-ae29-980b875fe635",
    "datetime": "2023-07-25T21:45:00-04:00",
    "cutoff_datetime": "2023-07-25T21:45:00-04:00",
    "name": "OAK (K Waldichuk) v. SFO (A Cobb)",
    "bettypes": [
        {
            "id": "c6711dc2-5f69-4cea-8642-c7c8d712bf33",
            "match": "https://api-prod.gambitprofit.com/api/matches/b070fe6c-89e9-4695-b9bb-b1cd1540e8ce/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-07-25T12:38:08.528004-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": "SFO (A Cobb)",
                        "amount": 6885.0
                    },
                    {
                        "team": "OAK (K Waldichuk)",
                        "amount": 3115.0
                    }
                ],
                "expected_reward_tokens": 9500.75,
                "profit_sb": 0.75,
                "profit_sb_percentage": 0.01,
                "recommended": true
            },
            "lines": [
                {
                    "id": "b1664a64-f4ed-4347-afbb-8d6d297f2c61",
                    "gambit_id": "08860fb0-0db5-4965-b299-a5dc2bfeadb3",
                    "last_updated": "2023-08-01T21:43:03.729842-04:00",
                    "created_at": "2023-07-25T12:38:08.536245-04:00",
                    "name": "SFO (A Cobb)",
                    "reward": "1.38000",
                    "odds": "1.40000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6711dc2-5f69-4cea-8642-c7c8d712bf33/?format=api"
                },
                {
                    "id": "e0abcdd8-3a4d-4a43-9c5d-4d814b08970b",
                    "gambit_id": "aa7254f7-041a-4b82-aa30-f025831b3e57",
                    "last_updated": "2023-08-01T21:43:03.723870-04:00",
                    "created_at": "2023-07-25T12:38:08.532203-04:00",
                    "name": "OAK (K Waldichuk)",
                    "reward": "3.05000",
                    "odds": "3.15000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6711dc2-5f69-4cea-8642-c7c8d712bf33/?format=api"
                }
            ]
        },
        {
            "id": "fee633ad-3441-4e22-a7e6-f942a594bbdd",
            "match": "https://api-prod.gambitprofit.com/api/matches/b070fe6c-89e9-4695-b9bb-b1cd1540e8ce/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-07-25T12:38:08.540620-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": "SFO",
                        "amount": 5213.0
                    },
                    {
                        "team": "OAK",
                        "amount": 4787.0
                    }
                ],
                "expected_reward_tokens": 9382.52,
                "profit_sb": -117.48,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "921addda-42db-4707-ac44-f9a39a4a83c8",
                    "gambit_id": "58cd6a8b-435e-432c-b02f-b67e6dbe7447",
                    "last_updated": "2023-08-01T21:43:03.741451-04:00",
                    "created_at": "2023-07-25T12:38:08.548859-04:00",
                    "name": "SFO",
                    "reward": "1.80000",
                    "odds": "1.83330",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fee633ad-3441-4e22-a7e6-f942a594bbdd/?format=api"
                },
                {
                    "id": "464f7bfd-03c2-4263-81c9-79fabcaa4d2b",
                    "gambit_id": "0007734e-1926-47ab-b2c8-bc1ff081212b",
                    "last_updated": "2023-08-01T21:43:03.737746-04:00",
                    "created_at": "2023-07-25T12:38:08.544757-04:00",
                    "name": "OAK",
                    "reward": "1.96000",
                    "odds": "2.00000",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fee633ad-3441-4e22-a7e6-f942a594bbdd/?format=api"
                }
            ]
        },
        {
            "id": "fc47e758-c0a2-40b4-8c18-ec778529a8ac",
            "match": "https://api-prod.gambitprofit.com/api/matches/b070fe6c-89e9-4695-b9bb-b1cd1540e8ce/?format=api",
            "name": "Over/Under",
            "created_at": "2023-07-25T12:38:08.553121-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 Under 8.5",
                        "amount": 5213.0
                    },
                    {
                        "team": "Game Total Over 8.5",
                        "amount": 4787.0
                    }
                ],
                "expected_reward_tokens": 9382.52,
                "profit_sb": -117.48,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "dd7750a1-17af-4036-90e0-d1c58c6d7ab0",
                    "gambit_id": "75ea676b-a259-4eb2-99d4-e78b0b8c8e53",
                    "last_updated": "2023-08-01T21:43:03.754888-04:00",
                    "created_at": "2023-07-25T12:38:08.561574-04:00",
                    "name": "Game Total Under 8.5",
                    "reward": "1.80000",
                    "odds": "1.83330",
                    "spread": "8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc47e758-c0a2-40b4-8c18-ec778529a8ac/?format=api"
                },
                {
                    "id": "8dc6a006-851a-411d-972d-30fe0f21eb84",
                    "gambit_id": "1d8b4b61-dd31-4336-9c0f-001195be8a4f",
                    "last_updated": "2023-08-01T21:43:03.750525-04:00",
                    "created_at": "2023-07-25T12:38:08.556941-04:00",
                    "name": "Game Total Over 8.5",
                    "reward": "1.96000",
                    "odds": "2.00000",
                    "spread": "8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc47e758-c0a2-40b4-8c18-ec778529a8ac/?format=api"
                }
            ]
        }
    ]
}