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/222ca11f-12d3-436d-ada5-c4956f8a144d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "222ca11f-12d3-436d-ada5-c4956f8a144d",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "fb82079e-97cd-4605-89ec-2573013fdf45",
    "completed": true,
    "last_updated": "2022-10-02T20:02:04.612998-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 4.92,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/fb82079e-97cd-4605-89ec-2573013fdf45",
    "datetime": "2022-10-01T14:00:00-04:00",
    "cutoff_datetime": "2022-10-01T14:00:00-04:00",
    "name": "Oregon State v. Utah",
    "bettypes": [
        {
            "id": "b0b830d7-3f9c-4572-8cf8-1c69a07a1972",
            "match": "https://api-prod.gambitprofit.com/api/matches/222ca11f-12d3-436d-ada5-c4956f8a144d/?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": "Utah",
                        "amount": 7615.0
                    },
                    {
                        "team": "Oregon State",
                        "amount": 2385.0
                    }
                ],
                "expected_reward_tokens": 9442.6,
                "profit_sb": 442.6,
                "profit_sb_percentage": 4.92,
                "recommended": true
            },
            "lines": [
                {
                    "id": "329c4e0a-84c0-4f4b-b1f0-ed2278c389c9",
                    "gambit_id": "d43f6c47-9294-4a4f-b92d-4619e0719023",
                    "last_updated": "2022-10-02T20:02:04.619157-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Utah",
                    "reward": "1.24000",
                    "odds": "1.25000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0b830d7-3f9c-4572-8cf8-1c69a07a1972/?format=api"
                },
                {
                    "id": "0b496c82-46ba-442d-9211-f08ebf0df2c9",
                    "gambit_id": "645b2a9e-c4c0-4223-b5ae-4d981f853af0",
                    "last_updated": "2022-10-02T20:02:04.620149-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Oregon State",
                    "reward": "3.96000",
                    "odds": "4.15000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0b830d7-3f9c-4572-8cf8-1c69a07a1972/?format=api"
                }
            ]
        },
        {
            "id": "1af3172b-dfe6-4983-bbaa-d048b491d775",
            "match": "https://api-prod.gambitprofit.com/api/matches/222ca11f-12d3-436d-ada5-c4956f8a144d/?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": "Oregon State",
                        "amount": 5000.0
                    },
                    {
                        "team": "Utah",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9250.0,
                "profit_sb": 250.0,
                "profit_sb_percentage": 2.78,
                "recommended": true
            },
            "lines": [
                {
                    "id": "43368046-0402-47f2-ad92-80c7978f7f3f",
                    "gambit_id": "881c349f-312c-4ad7-9fa0-94f0f53b7e92",
                    "last_updated": "2022-10-02T20:02:04.623069-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Oregon State",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "10.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1af3172b-dfe6-4983-bbaa-d048b491d775/?format=api"
                },
                {
                    "id": "d4b2dfed-9123-49e0-9183-c2098ba7ec8c",
                    "gambit_id": "33bb7773-aae4-4f9a-b5ed-6258c46d7359",
                    "last_updated": "2022-10-02T20:02:04.622101-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Utah",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "-10.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1af3172b-dfe6-4983-bbaa-d048b491d775/?format=api"
                }
            ]
        },
        {
            "id": "bb91ef16-0196-467c-83f4-44c4fd6a3f0c",
            "match": "https://api-prod.gambitprofit.com/api/matches/222ca11f-12d3-436d-ada5-c4956f8a144d/?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 54.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 54.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9250.0,
                "profit_sb": 250.0,
                "profit_sb_percentage": 2.78,
                "recommended": true
            },
            "lines": [
                {
                    "id": "a7473cda-91ba-4488-9334-b65d6b79c357",
                    "gambit_id": "8365f07b-73df-4ce8-869b-637246f8e52c",
                    "last_updated": "2022-10-02T20:02:04.617106-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 54.5",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "54.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb91ef16-0196-467c-83f4-44c4fd6a3f0c/?format=api"
                },
                {
                    "id": "0baa0e69-7d61-43b5-8227-0e913e58a5d5",
                    "gambit_id": "58d936ff-b9ac-45d8-9982-8086e26d82fe",
                    "last_updated": "2022-10-02T20:02:04.615915-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 54.5",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "54.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb91ef16-0196-467c-83f4-44c4fd6a3f0c/?format=api"
                }
            ]
        }
    ]
}