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/3b62ce15-2126-44c9-930e-2791cea4a97f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b62ce15-2126-44c9-930e-2791cea4a97f",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "742282c0-f0e2-4951-9ef9-240c53586785",
    "completed": true,
    "last_updated": "2022-11-19T10:23:34.955738-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.66,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/742282c0-f0e2-4951-9ef9-240c53586785",
    "datetime": "2022-11-18T21:45:00-05:00",
    "cutoff_datetime": "2022-11-18T21:45:00-05:00",
    "name": "San Diego State v. New Mexico",
    "bettypes": [
        {
            "id": "8c35e4ac-3915-4f54-bdb5-d153b2919c67",
            "match": "https://api-prod.gambitprofit.com/api/matches/3b62ce15-2126-44c9-930e-2791cea4a97f/?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": "San Diego State",
                        "amount": 8185.0
                    },
                    {
                        "team": "New Mexico",
                        "amount": 1815.0
                    }
                ],
                "expected_reward_tokens": 9329.1,
                "profit_sb": 329.1,
                "profit_sb_percentage": 3.66,
                "recommended": true
            },
            "lines": [
                {
                    "id": "eb268b99-5360-4f4c-b3c9-289f068bdecd",
                    "gambit_id": "8ae74132-52c0-49fa-a2d5-5c1140bb499f",
                    "last_updated": "2022-11-19T10:23:34.963121-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "San Diego State",
                    "reward": "1.14000",
                    "odds": "1.15380",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c35e4ac-3915-4f54-bdb5-d153b2919c67/?format=api"
                },
                {
                    "id": "295cd196-2860-4f86-a0d8-0cf853a92900",
                    "gambit_id": "946222bd-c675-48c4-9349-a13706fa3ed9",
                    "last_updated": "2022-11-19T10:23:34.962013-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "New Mexico",
                    "reward": "5.14000",
                    "odds": "5.70000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c35e4ac-3915-4f54-bdb5-d153b2919c67/?format=api"
                }
            ]
        },
        {
            "id": "d1d12fac-92c5-426e-a821-64de299eff40",
            "match": "https://api-prod.gambitprofit.com/api/matches/3b62ce15-2126-44c9-930e-2791cea4a97f/?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": "San Diego State",
                        "amount": 5000.0
                    },
                    {
                        "team": "New Mexico",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "c2cc7a9e-5925-420a-b072-76a52a959692",
                    "gambit_id": "407b773e-783f-4a41-aa86-c7431c59df88",
                    "last_updated": "2022-11-19T10:23:34.966584-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "San Diego State",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-14.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1d12fac-92c5-426e-a821-64de299eff40/?format=api"
                },
                {
                    "id": "878e9fa5-fd67-47a0-b96d-b1bbd3643913",
                    "gambit_id": "6d5199d5-39d9-4aea-9ed2-30ac5ee57b3c",
                    "last_updated": "2022-11-19T10:23:34.965459-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "New Mexico",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "14.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1d12fac-92c5-426e-a821-64de299eff40/?format=api"
                }
            ]
        },
        {
            "id": "b368385a-4843-425d-b3a8-d012ba210d2f",
            "match": "https://api-prod.gambitprofit.com/api/matches/3b62ce15-2126-44c9-930e-2791cea4a97f/?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 36",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 36",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "b980e6d8-bace-4d80-b317-86645fbc8e4a",
                    "gambit_id": "ece2a8a0-9910-4826-a010-5fe5c79e2f18",
                    "last_updated": "2022-11-19T10:23:34.958590-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 36",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "36.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b368385a-4843-425d-b3a8-d012ba210d2f/?format=api"
                },
                {
                    "id": "274bdb32-434c-41e8-bc0b-d0765a9ee2c7",
                    "gambit_id": "bcb967c9-a36b-40b5-8f5d-3d3933bd3b49",
                    "last_updated": "2022-11-19T10:23:34.959750-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 36",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "36.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b368385a-4843-425d-b3a8-d012ba210d2f/?format=api"
                }
            ]
        }
    ]
}