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/3a1e134d-5b02-4f39-bfb6-264ffa2706ae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a1e134d-5b02-4f39-bfb6-264ffa2706ae",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "fa704fbd-4280-42fd-a386-27bfdb8eb17e",
    "completed": true,
    "last_updated": "2022-09-11T10:47:31.878854-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.78,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/fa704fbd-4280-42fd-a386-27bfdb8eb17e",
    "datetime": "2022-09-10T16:00:00-04:00",
    "cutoff_datetime": "2022-09-10T16:00:00-04:00",
    "name": "Iowa State v. Iowa",
    "bettypes": [
        {
            "id": "c96de7a3-1061-4fcd-aa79-22407c348ee9",
            "match": "https://api-prod.gambitprofit.com/api/matches/3a1e134d-5b02-4f39-bfb6-264ffa2706ae/?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": "Iowa",
                        "amount": 6047.0
                    },
                    {
                        "team": "Iowa State",
                        "amount": 3953.0
                    }
                ],
                "expected_reward_tokens": 9250.02,
                "profit_sb": 250.02,
                "profit_sb_percentage": 2.78,
                "recommended": true
            },
            "lines": [
                {
                    "id": "f7e97706-2c78-481c-a439-1907639c6469",
                    "gambit_id": "e19fc73d-d2cc-4c6f-8124-3d495a1a0af0",
                    "last_updated": "2022-09-11T10:47:31.885481-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Iowa",
                    "reward": "1.53000",
                    "odds": "1.58820",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c96de7a3-1061-4fcd-aa79-22407c348ee9/?format=api"
                },
                {
                    "id": "0a6d9cd8-3c49-4f22-ac24-143672c8d1d1",
                    "gambit_id": "52497d65-0664-4145-b64f-78203aadb5f6",
                    "last_updated": "2022-09-11T10:47:31.886724-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Iowa State",
                    "reward": "2.34000",
                    "odds": "2.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c96de7a3-1061-4fcd-aa79-22407c348ee9/?format=api"
                }
            ]
        },
        {
            "id": "6aebdd60-1cea-49be-ae2b-bf4a3a20252f",
            "match": "https://api-prod.gambitprofit.com/api/matches/3a1e134d-5b02-4f39-bfb6-264ffa2706ae/?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": "Iowa",
                        "amount": 5000.0
                    },
                    {
                        "team": "Iowa State",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9050.0,
                "profit_sb": 50.0,
                "profit_sb_percentage": 0.56,
                "recommended": true
            },
            "lines": [
                {
                    "id": "9b21196a-42db-428f-bd96-074764658dae",
                    "gambit_id": "40644145-13ca-4c52-a90d-d6c54259273e",
                    "last_updated": "2022-09-11T10:47:31.888980-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Iowa",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "-3.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6aebdd60-1cea-49be-ae2b-bf4a3a20252f/?format=api"
                },
                {
                    "id": "4d6c6bc2-606f-4d38-87c7-2e3f6a9f7dd5",
                    "gambit_id": "3c25bdbb-be03-42ef-9060-171d8655cbd2",
                    "last_updated": "2022-09-11T10:47:31.890020-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Iowa State",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "3.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6aebdd60-1cea-49be-ae2b-bf4a3a20252f/?format=api"
                }
            ]
        },
        {
            "id": "27328a05-19c0-4b8d-8fdc-fb67489e3b2f",
            "match": "https://api-prod.gambitprofit.com/api/matches/3a1e134d-5b02-4f39-bfb6-264ffa2706ae/?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 39",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 39",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9050.0,
                "profit_sb": 50.0,
                "profit_sb_percentage": 0.56,
                "recommended": true
            },
            "lines": [
                {
                    "id": "6df5a5c8-7caa-474e-ada7-2794048f2c60",
                    "gambit_id": "56a194d2-2be8-4e1b-bf39-6e912d58bff8",
                    "last_updated": "2022-09-11T10:47:31.882135-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 39",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "39.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27328a05-19c0-4b8d-8fdc-fb67489e3b2f/?format=api"
                },
                {
                    "id": "4f71c137-997f-446e-b9e8-b6fd9c29e2e2",
                    "gambit_id": "ad0fca5c-6f66-459b-86c7-4ac49849e2b5",
                    "last_updated": "2022-09-11T10:47:31.883254-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 39",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "39.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27328a05-19c0-4b8d-8fdc-fb67489e3b2f/?format=api"
                }
            ]
        }
    ]
}