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/9552348c-b338-4151-902c-0117f3dad8d6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9552348c-b338-4151-902c-0117f3dad8d6",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "5799c7c4-3cdb-4b55-b137-dc8e1beaa46e",
    "completed": true,
    "last_updated": "2022-10-02T20:12:09.067258-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.41,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/5799c7c4-3cdb-4b55-b137-dc8e1beaa46e",
    "datetime": "2022-10-01T15:30:00-04:00",
    "cutoff_datetime": "2022-10-01T15:30:00-04:00",
    "name": "Alabama v. Arkansas",
    "bettypes": [
        {
            "id": "b33a8d86-f444-4abc-9c87-2fdba1575d28",
            "match": "https://api-prod.gambitprofit.com/api/matches/9552348c-b338-4151-902c-0117f3dad8d6/?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": "Alabama",
                        "amount": 8524.0
                    },
                    {
                        "team": "Arkansas",
                        "amount": 1476.0
                    }
                ],
                "expected_reward_tokens": 9461.16,
                "profit_sb": -38.84,
                "profit_sb_percentage": -0.41,
                "recommended": false
            },
            "lines": [
                {
                    "id": "119b0140-bc49-4d5c-a54d-f5f10938669a",
                    "gambit_id": "0f1cb143-a5b5-45d2-92cd-609f560762d1",
                    "last_updated": "2022-10-02T20:12:09.074794-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Alabama",
                    "reward": "1.11000",
                    "odds": "1.11760",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b33a8d86-f444-4abc-9c87-2fdba1575d28/?format=api"
                },
                {
                    "id": "cddb3275-d208-4f71-a4de-0ca1ebd4c6d4",
                    "gambit_id": "738b7f07-0640-4bba-ba67-4c6199571571",
                    "last_updated": "2022-10-02T20:12:09.073794-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Arkansas",
                    "reward": "6.41000",
                    "odds": "6.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b33a8d86-f444-4abc-9c87-2fdba1575d28/?format=api"
                }
            ]
        },
        {
            "id": "8f8f207e-fe1e-46d7-bd98-54c7bea80587",
            "match": "https://api-prod.gambitprofit.com/api/matches/9552348c-b338-4151-902c-0117f3dad8d6/?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": "Arkansas",
                        "amount": 5000.0
                    },
                    {
                        "team": "Alabama",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9250.0,
                "profit_sb": -250.0,
                "profit_sb_percentage": -2.63,
                "recommended": false
            },
            "lines": [
                {
                    "id": "6f126808-c6ba-460c-86f6-1569ffbe23cd",
                    "gambit_id": "1a74aca5-2838-47b6-bb7f-dfc56e1078ae",
                    "last_updated": "2022-10-02T20:12:09.076828-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Arkansas",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "17.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f8f207e-fe1e-46d7-bd98-54c7bea80587/?format=api"
                },
                {
                    "id": "ef8ab875-988f-4230-aba6-498bb74e2d9c",
                    "gambit_id": "adb901ca-196b-4468-8e5f-bfb1cd26a975",
                    "last_updated": "2022-10-02T20:12:09.077879-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Alabama",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "-17.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f8f207e-fe1e-46d7-bd98-54c7bea80587/?format=api"
                }
            ]
        },
        {
            "id": "9e85496e-d04e-4e4a-a515-d2c1bee75b2a",
            "match": "https://api-prod.gambitprofit.com/api/matches/9552348c-b338-4151-902c-0117f3dad8d6/?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 61",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 61",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9250.0,
                "profit_sb": -250.0,
                "profit_sb_percentage": -2.63,
                "recommended": false
            },
            "lines": [
                {
                    "id": "3dcb985c-4b0f-404b-a87d-f7b9950244dc",
                    "gambit_id": "af6f8622-b87a-46ff-89de-654680feda80",
                    "last_updated": "2022-10-02T20:12:09.071452-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 61",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "61.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e85496e-d04e-4e4a-a515-d2c1bee75b2a/?format=api"
                },
                {
                    "id": "ba2f7231-15d1-4aa9-bc67-90c4c85d0f6b",
                    "gambit_id": "2f774630-3545-4a51-be05-246b4bd70096",
                    "last_updated": "2022-10-02T20:12:09.070272-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 61",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "61.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e85496e-d04e-4e4a-a515-d2c1bee75b2a/?format=api"
                }
            ]
        }
    ]
}