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/876feee4-bf4b-4929-9be8-1b0647226fb5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "876feee4-bf4b-4929-9be8-1b0647226fb5",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "0656ffe8-2abc-423a-9c47-62cbaea88986",
    "completed": false,
    "last_updated": "2022-12-24T17:12:12.839246-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.91,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/0656ffe8-2abc-423a-9c47-62cbaea88986",
    "datetime": "2022-09-27T20:10:00-04:00",
    "cutoff_datetime": "2022-09-27T20:10:00-04:00",
    "name": "ARI (Z Davies) v. HOU (L McCullers)",
    "bettypes": [
        {
            "id": "d852370f-58e1-4527-98da-e59a99c64642",
            "match": "https://api-prod.gambitprofit.com/api/matches/876feee4-bf4b-4929-9be8-1b0647226fb5/?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": "HOU (L McCullers)",
                        "amount": 6552.0
                    },
                    {
                        "team": "ARI (Z Davies)",
                        "amount": 3448.0
                    }
                ],
                "expected_reward_tokens": 9171.68,
                "profit_sb": 171.68,
                "profit_sb_percentage": 1.91,
                "recommended": true
            },
            "lines": [
                {
                    "id": "b7d431b0-59e9-4bb8-ba0f-b6f70feb4c02",
                    "gambit_id": "b6d7d508-9f09-479b-8de7-3cf28fa748ac",
                    "last_updated": "2022-12-24T17:12:12.852737-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "HOU (L McCullers)",
                    "reward": "1.40000",
                    "odds": "1.45450",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d852370f-58e1-4527-98da-e59a99c64642/?format=api"
                },
                {
                    "id": "195bce21-1191-4925-8f30-e13479682e84",
                    "gambit_id": "4296eb4d-8633-4d69-9836-d319270e8a9a",
                    "last_updated": "2022-12-24T17:12:12.851536-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "ARI (Z Davies)",
                    "reward": "2.66000",
                    "odds": "2.90000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d852370f-58e1-4527-98da-e59a99c64642/?format=api"
                }
            ]
        },
        {
            "id": "af073291-d90f-4bdf-9345-253050389dda",
            "match": "https://api-prod.gambitprofit.com/api/matches/876feee4-bf4b-4929-9be8-1b0647226fb5/?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": "ARI",
                        "amount": 5097.0
                    },
                    {
                        "team": "HOU",
                        "amount": 4903.0
                    }
                ],
                "expected_reward_tokens": 8970.72,
                "profit_sb": -29.28,
                "profit_sb_percentage": -0.33,
                "recommended": false
            },
            "lines": [
                {
                    "id": "b41e76f2-9340-436b-9706-8ceb04c033b2",
                    "gambit_id": "6a97a169-6e83-40d4-b5bc-7c8c49d997d0",
                    "last_updated": "2022-12-24T17:12:12.848426-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "ARI",
                    "reward": "1.76000",
                    "odds": "1.86960",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af073291-d90f-4bdf-9345-253050389dda/?format=api"
                },
                {
                    "id": "b02251a2-d34f-4ecf-81f7-b81c4b133371",
                    "gambit_id": "eed3f616-3a1f-4ff8-b4fb-328a7bc1d9cb",
                    "last_updated": "2022-12-24T17:12:12.846728-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "HOU",
                    "reward": "1.83000",
                    "odds": "1.95240",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af073291-d90f-4bdf-9345-253050389dda/?format=api"
                }
            ]
        },
        {
            "id": "90d6316e-d99f-41c3-a91d-bf7d54a5252f",
            "match": "https://api-prod.gambitprofit.com/api/matches/876feee4-bf4b-4929-9be8-1b0647226fb5/?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 Under 8",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 8",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "4ff8a341-eecf-42d8-b281-f0078db0dcc1",
                    "gambit_id": "8f44ba54-cf9c-49c8-b1aa-d1a6a6249ba8",
                    "last_updated": "2022-12-24T17:12:12.842110-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 8",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "8.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90d6316e-d99f-41c3-a91d-bf7d54a5252f/?format=api"
                },
                {
                    "id": "5901efad-70c5-4da0-80c6-19cb702430ac",
                    "gambit_id": "e22b5307-097a-4abe-b3a3-785aa47ab4de",
                    "last_updated": "2022-12-24T17:12:12.843314-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 8",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "8.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90d6316e-d99f-41c3-a91d-bf7d54a5252f/?format=api"
                }
            ]
        }
    ]
}