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/49ceefe0-46bb-4ea5-adf3-576d73231cb7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "49ceefe0-46bb-4ea5-adf3-576d73231cb7",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "7a5301eb-d086-4036-8726-69c38d37edcd",
    "completed": true,
    "last_updated": "2022-10-31T10:22:22.240957-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.52,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/7a5301eb-d086-4036-8726-69c38d37edcd",
    "datetime": "2022-10-29T19:00:00-04:00",
    "cutoff_datetime": "2022-10-29T19:00:00-04:00",
    "name": "UAB v. Florida Atlantic",
    "bettypes": [
        {
            "id": "a27d2b1f-ff9f-4302-ad08-948ecd7cafff",
            "match": "https://api-prod.gambitprofit.com/api/matches/49ceefe0-46bb-4ea5-adf3-576d73231cb7/?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": "UAB",
                        "amount": 6563.0
                    },
                    {
                        "team": "Florida Atlantic",
                        "amount": 3437.0
                    }
                ],
                "expected_reward_tokens": 9450.72,
                "profit_sb": -49.28,
                "profit_sb_percentage": -0.52,
                "recommended": false
            },
            "lines": [
                {
                    "id": "b446037c-9b9d-41d1-861c-fd431416b8bf",
                    "gambit_id": "14af50a7-d5e3-4d86-a716-e44227354d8e",
                    "last_updated": "2022-10-31T10:22:22.248099-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "UAB",
                    "reward": "1.44000",
                    "odds": "1.45450",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a27d2b1f-ff9f-4302-ad08-948ecd7cafff/?format=api"
                },
                {
                    "id": "9383ebb4-8dc8-47bb-9bae-ba29494fe381",
                    "gambit_id": "3db578a1-ad85-4fe4-804a-edb8411f46d6",
                    "last_updated": "2022-10-31T10:22:22.247025-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Florida Atlantic",
                    "reward": "2.75000",
                    "odds": "2.80000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a27d2b1f-ff9f-4302-ad08-948ecd7cafff/?format=api"
                }
            ]
        },
        {
            "id": "be48a393-a5fa-4e4e-87dc-2d233dbd6fcb",
            "match": "https://api-prod.gambitprofit.com/api/matches/49ceefe0-46bb-4ea5-adf3-576d73231cb7/?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": "UAB",
                        "amount": 5106.0
                    },
                    {
                        "team": "Florida Atlantic",
                        "amount": 4894.0
                    }
                ],
                "expected_reward_tokens": 9395.04,
                "profit_sb": -104.96,
                "profit_sb_percentage": -1.1,
                "recommended": false
            },
            "lines": [
                {
                    "id": "b73fec92-9c4c-4718-b42d-0469e96e01de",
                    "gambit_id": "7da00746-c9fc-4810-af2b-2eb1c100408a",
                    "last_updated": "2022-10-31T10:22:22.251357-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "UAB",
                    "reward": "1.84000",
                    "odds": "1.86960",
                    "spread": "-5.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be48a393-a5fa-4e4e-87dc-2d233dbd6fcb/?format=api"
                },
                {
                    "id": "02149662-abf1-4a45-9bfb-9cff85e191c3",
                    "gambit_id": "5bbe3c43-0de1-44bb-9a6e-3be018b36d4a",
                    "last_updated": "2022-10-31T10:22:22.250273-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Florida Atlantic",
                    "reward": "1.92000",
                    "odds": "1.95240",
                    "spread": "5.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be48a393-a5fa-4e4e-87dc-2d233dbd6fcb/?format=api"
                }
            ]
        },
        {
            "id": "c7641ba1-887c-44fb-83c8-50e0a25c13d2",
            "match": "https://api-prod.gambitprofit.com/api/matches/49ceefe0-46bb-4ea5-adf3-576d73231cb7/?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 45",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 45",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "5d261b29-b22c-4a36-bf50-1ffcc6b40561",
                    "gambit_id": "0330490e-0e92-4d07-9cc5-68af9aa1cb11",
                    "last_updated": "2022-10-31T10:22:22.243651-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 45",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "45.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7641ba1-887c-44fb-83c8-50e0a25c13d2/?format=api"
                },
                {
                    "id": "2808da72-0f0c-4309-bcb8-dc42bc45df17",
                    "gambit_id": "796860f4-ed43-4a17-9ed2-180c1f09b198",
                    "last_updated": "2022-10-31T10:22:22.244855-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 45",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "45.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7641ba1-887c-44fb-83c8-50e0a25c13d2/?format=api"
                }
            ]
        }
    ]
}