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/78153a65-81f9-414b-bc2b-32b0396b0648/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "78153a65-81f9-414b-bc2b-32b0396b0648",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "a92f375c-26e0-434c-918d-c6a24f2fda41",
    "completed": true,
    "last_updated": "2022-11-06T16:08:18.129035-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.68,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/a92f375c-26e0-434c-918d-c6a24f2fda41",
    "datetime": "2022-11-05T17:00:00-04:00",
    "cutoff_datetime": "2022-11-05T17:00:00-04:00",
    "name": "Texas St v. UL Monroe",
    "bettypes": [
        {
            "id": "ef633444-ba53-49a5-abdf-30a02511f976",
            "match": "https://api-prod.gambitprofit.com/api/matches/78153a65-81f9-414b-bc2b-32b0396b0648/?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": "UL Monroe",
                        "amount": 5492.0
                    },
                    {
                        "team": "Texas St",
                        "amount": 4508.0
                    }
                ],
                "expected_reward_tokens": 9061.08,
                "profit_sb": 61.08,
                "profit_sb_percentage": 0.68,
                "recommended": true
            },
            "lines": [
                {
                    "id": "3b9cb584-e031-40d4-a1fe-cde5531e3201",
                    "gambit_id": "6255af2c-d953-44e0-8dd0-d70999c8cc9c",
                    "last_updated": "2022-11-06T16:08:18.135393-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "UL Monroe",
                    "reward": "1.65000",
                    "odds": "1.74070",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef633444-ba53-49a5-abdf-30a02511f976/?format=api"
                },
                {
                    "id": "a2ee3673-e813-461d-9d7f-506e0b8e9729",
                    "gambit_id": "9d145009-e393-4349-9186-a0641c5cc899",
                    "last_updated": "2022-11-06T16:08:18.136510-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Texas St",
                    "reward": "2.01000",
                    "odds": "2.15000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef633444-ba53-49a5-abdf-30a02511f976/?format=api"
                }
            ]
        },
        {
            "id": "30f8a05c-e6cf-4e44-9c01-a5cdba8167cb",
            "match": "https://api-prod.gambitprofit.com/api/matches/78153a65-81f9-414b-bc2b-32b0396b0648/?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": "Texas St",
                        "amount": 5000.0
                    },
                    {
                        "team": "UL Monroe",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "856faf42-ebcb-4f54-bd15-ad54f1fc7374",
                    "gambit_id": "acb3541d-a7be-4a47-a5a0-9f7a7e094f7a",
                    "last_updated": "2022-11-06T16:08:18.139777-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Texas St",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30f8a05c-e6cf-4e44-9c01-a5cdba8167cb/?format=api"
                },
                {
                    "id": "986acf2d-b53c-459f-8ce6-0901f53a1813",
                    "gambit_id": "a16a259b-d263-463c-812a-bff166a87fdc",
                    "last_updated": "2022-11-06T16:08:18.138709-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "UL Monroe",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30f8a05c-e6cf-4e44-9c01-a5cdba8167cb/?format=api"
                }
            ]
        },
        {
            "id": "910ad799-637d-45f7-b95e-3e7d5ba4f330",
            "match": "https://api-prod.gambitprofit.com/api/matches/78153a65-81f9-414b-bc2b-32b0396b0648/?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 52.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 52.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "634b307c-75d9-4eb6-a675-720d79a223cd",
                    "gambit_id": "2bac2163-6bc6-4c02-8f58-b84fb9dfb021",
                    "last_updated": "2022-11-06T16:08:18.133056-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 52.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "52.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/910ad799-637d-45f7-b95e-3e7d5ba4f330/?format=api"
                },
                {
                    "id": "e7add8b5-5bd1-4aad-aa04-6b76551c7047",
                    "gambit_id": "4652fc93-a0ba-42b9-9315-cf6337ede3f3",
                    "last_updated": "2022-11-06T16:08:18.131861-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 52.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "52.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/910ad799-637d-45f7-b95e-3e7d5ba4f330/?format=api"
                }
            ]
        }
    ]
}