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/68eb2d63-85f2-4b2e-b2cb-4c330ea239d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "68eb2d63-85f2-4b2e-b2cb-4c330ea239d1",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "1d09e430-8672-4903-885e-d1432158b1c0",
    "completed": true,
    "last_updated": "2022-08-20T12:02:01.872454-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.31,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/1d09e430-8672-4903-885e-d1432158b1c0",
    "datetime": "2022-08-19T20:40:00-04:00",
    "cutoff_datetime": "2022-08-19T20:40:00-04:00",
    "name": "SFO (A Wood) v. COL (J Urena)",
    "bettypes": [
        {
            "id": "2e36d7c7-d283-4b65-a5c4-dae7a69a2d0e",
            "match": "https://api-prod.gambitprofit.com/api/matches/68eb2d63-85f2-4b2e-b2cb-4c330ea239d1/?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": "SFO (A Wood)",
                        "amount": 5885.0
                    },
                    {
                        "team": "COL (J Urena)",
                        "amount": 4115.0
                    }
                ],
                "expected_reward_tokens": 9298.3,
                "profit_sb": 298.3,
                "profit_sb_percentage": 3.31,
                "recommended": true
            },
            "lines": [
                {
                    "id": "7c8908cb-cac6-41f4-8d48-e236fc8773db",
                    "gambit_id": "cfbf4ee9-19c2-452b-b477-1f28d07e8b7c",
                    "last_updated": "2022-08-20T12:02:01.875888-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "SFO (A Wood)",
                    "reward": "1.58000",
                    "odds": "1.64520",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e36d7c7-d283-4b65-a5c4-dae7a69a2d0e/?format=api"
                },
                {
                    "id": "35bbb7c4-7fd8-41c5-aaca-c3746b48b1c4",
                    "gambit_id": "94465acc-3dae-49f9-9511-0771718efcd2",
                    "last_updated": "2022-08-20T12:02:01.875422-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "COL (J Urena)",
                    "reward": "2.26000",
                    "odds": "2.40000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e36d7c7-d283-4b65-a5c4-dae7a69a2d0e/?format=api"
                }
            ]
        },
        {
            "id": "df94eb03-6131-4b88-b2f5-bbf8d6779c45",
            "match": "https://api-prod.gambitprofit.com/api/matches/68eb2d63-85f2-4b2e-b2cb-4c330ea239d1/?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": "COL",
                        "amount": 5205.0
                    },
                    {
                        "team": "SFO",
                        "amount": 4795.0
                    }
                ],
                "expected_reward_tokens": 9108.75,
                "profit_sb": 108.75,
                "profit_sb_percentage": 1.21,
                "recommended": true
            },
            "lines": [
                {
                    "id": "62ac3d0f-093d-45f5-abbc-4e1b2a48ec11",
                    "gambit_id": "a5389e08-fa87-4248-a194-99313478709b",
                    "last_updated": "2022-08-20T12:02:01.874488-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "COL",
                    "reward": "1.75000",
                    "odds": "1.83330",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df94eb03-6131-4b88-b2f5-bbf8d6779c45/?format=api"
                },
                {
                    "id": "f33ee7b2-0e0b-403d-a2b2-a512fefddada",
                    "gambit_id": "1b818c71-64b1-4e22-86ab-81cef2b72e96",
                    "last_updated": "2022-08-20T12:02:01.874953-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "SFO",
                    "reward": "1.90000",
                    "odds": "2.00000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df94eb03-6131-4b88-b2f5-bbf8d6779c45/?format=api"
                }
            ]
        },
        {
            "id": "64ab9b3f-a63a-4c21-a90a-da3d433f958b",
            "match": "https://api-prod.gambitprofit.com/api/matches/68eb2d63-85f2-4b2e-b2cb-4c330ea239d1/?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 11",
                        "amount": 5110.0
                    },
                    {
                        "team": "Game Total Under 11",
                        "amount": 4890.0
                    }
                ],
                "expected_reward_tokens": 9095.4,
                "profit_sb": 95.4,
                "profit_sb_percentage": 1.06,
                "recommended": true
            },
            "lines": [
                {
                    "id": "38c68dc5-6b05-4c71-8d08-324eb4b978a3",
                    "gambit_id": "2084bca8-515c-44af-9ed9-04ad3a151ff2",
                    "last_updated": "2022-08-20T12:02:01.874013-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 11",
                    "reward": "1.78000",
                    "odds": "1.86960",
                    "spread": "11.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64ab9b3f-a63a-4c21-a90a-da3d433f958b/?format=api"
                },
                {
                    "id": "3f3d1f0e-2148-4253-bc50-8387cf21fa0d",
                    "gambit_id": "49a8c108-7753-4c6a-a92c-1863099c13f8",
                    "last_updated": "2022-08-20T12:02:01.873489-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 11",
                    "reward": "1.86000",
                    "odds": "1.95240",
                    "spread": "11.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64ab9b3f-a63a-4c21-a90a-da3d433f958b/?format=api"
                }
            ]
        }
    ]
}