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/b3e53cb3-05e4-49fa-b004-04f294218822/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b3e53cb3-05e4-49fa-b004-04f294218822",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "aac2d600-4197-41ed-b621-931b72d7de15",
    "completed": true,
    "last_updated": "2022-11-06T08:58:17.321108-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.73,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/aac2d600-4197-41ed-b621-931b72d7de15",
    "datetime": "2022-11-05T14:00:00-04:00",
    "cutoff_datetime": "2022-11-05T14:00:00-04:00",
    "name": "Marshall v. Old Dominion",
    "bettypes": [
        {
            "id": "3d57378c-7822-41d1-94b2-bd05428ca512",
            "match": "https://api-prod.gambitprofit.com/api/matches/b3e53cb3-05e4-49fa-b004-04f294218822/?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": "Marshall",
                        "amount": 5984.0
                    },
                    {
                        "team": "Old Dominion",
                        "amount": 4016.0
                    }
                ],
                "expected_reward_tokens": 9155.52,
                "profit_sb": 155.52,
                "profit_sb_percentage": 1.73,
                "recommended": true
            },
            "lines": [
                {
                    "id": "db60a808-2c08-4141-ba7b-322526374a02",
                    "gambit_id": "8f79d057-d0d3-47c8-bfb0-16e86a1a6af6",
                    "last_updated": "2022-11-06T08:58:17.327928-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Marshall",
                    "reward": "1.53000",
                    "odds": "1.60610",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d57378c-7822-41d1-94b2-bd05428ca512/?format=api"
                },
                {
                    "id": "67b70f45-f1eb-4e87-b1c4-58882ec7e20c",
                    "gambit_id": "57661bb9-5321-4188-8877-96090d6522bf",
                    "last_updated": "2022-11-06T08:58:17.326966-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Old Dominion",
                    "reward": "2.28000",
                    "odds": "2.45000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d57378c-7822-41d1-94b2-bd05428ca512/?format=api"
                }
            ]
        },
        {
            "id": "1fd8a2b5-116f-49e9-b750-53c1f6fa87d7",
            "match": "https://api-prod.gambitprofit.com/api/matches/b3e53cb3-05e4-49fa-b004-04f294218822/?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": "Marshall",
                        "amount": 5000.0
                    },
                    {
                        "team": "Old Dominion",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "7736d74a-2371-4c78-8cf6-47c261941abc",
                    "gambit_id": "cacc6c96-8213-4885-b971-eda456eed135",
                    "last_updated": "2022-11-06T08:58:17.331048-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Marshall",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-3.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fd8a2b5-116f-49e9-b750-53c1f6fa87d7/?format=api"
                },
                {
                    "id": "4b0fcc30-b7df-4c00-a6b4-c1d0cc8694aa",
                    "gambit_id": "26c07775-40b6-4f5f-82b6-5d8175a0ecb5",
                    "last_updated": "2022-11-06T08:58:17.329919-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Old Dominion",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "3.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fd8a2b5-116f-49e9-b750-53c1f6fa87d7/?format=api"
                }
            ]
        },
        {
            "id": "569ef574-266a-42c1-80e4-7cf40ba3114d",
            "match": "https://api-prod.gambitprofit.com/api/matches/b3e53cb3-05e4-49fa-b004-04f294218822/?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 47",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 47",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "4b2783e2-70f8-45bc-ab8d-c7549afad9da",
                    "gambit_id": "4438009f-2ea9-4328-9ccf-ef7505649687",
                    "last_updated": "2022-11-06T08:58:17.325031-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 47",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "47.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/569ef574-266a-42c1-80e4-7cf40ba3114d/?format=api"
                },
                {
                    "id": "fa2e0aed-1991-4f4c-85a6-2ca0eebaab6b",
                    "gambit_id": "bd5d488a-fe2a-4596-bb8d-3565739d42d6",
                    "last_updated": "2022-11-06T08:58:17.323939-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 47",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "47.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/569ef574-266a-42c1-80e4-7cf40ba3114d/?format=api"
                }
            ]
        }
    ]
}