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/8827f37e-6050-486a-a74e-bf2288a313c8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8827f37e-6050-486a-a74e-bf2288a313c8",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "4237a273-518d-4b01-8366-9e4013ff7714",
    "completed": true,
    "last_updated": "2022-11-28T09:22:07.130413-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.44,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/4237a273-518d-4b01-8366-9e4013ff7714",
    "datetime": "2022-11-26T20:00:00-05:00",
    "cutoff_datetime": "2022-11-26T20:00:00-05:00",
    "name": "Kansas v. Kansas State",
    "bettypes": [
        {
            "id": "e4299eed-ae02-4078-b454-5666889eb824",
            "match": "https://api-prod.gambitprofit.com/api/matches/8827f37e-6050-486a-a74e-bf2288a313c8/?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": "Kansas State",
                        "amount": 7683.0
                    },
                    {
                        "team": "Kansas",
                        "amount": 2317.0
                    }
                ],
                "expected_reward_tokens": 9219.6,
                "profit_sb": 219.6,
                "profit_sb_percentage": 2.44,
                "recommended": true
            },
            "lines": [
                {
                    "id": "d7c07504-b137-404e-adc0-fa345389c67c",
                    "gambit_id": "0bfdc2f3-7eae-4c9b-8f5c-89cbe7f4f491",
                    "last_updated": "2022-11-28T09:22:07.139449-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Kansas State",
                    "reward": "1.20000",
                    "odds": "1.22730",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4299eed-ae02-4078-b454-5666889eb824/?format=api"
                },
                {
                    "id": "ae5a8a65-e2d2-4f4e-911d-75be95d80742",
                    "gambit_id": "293ab505-0606-4561-bab5-8b4e5dceb91b",
                    "last_updated": "2022-11-28T09:22:07.140408-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Kansas",
                    "reward": "3.98000",
                    "odds": "4.40000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4299eed-ae02-4078-b454-5666889eb824/?format=api"
                }
            ]
        },
        {
            "id": "6f731e23-88a1-4eb2-8e61-04cf35aab0d2",
            "match": "https://api-prod.gambitprofit.com/api/matches/8827f37e-6050-486a-a74e-bf2288a313c8/?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": "Kansas State",
                        "amount": 5000.0
                    },
                    {
                        "team": "Kansas",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "ce2943a2-0289-410f-974b-564d8e3698f6",
                    "gambit_id": "db1a6b0d-63d7-4026-b3c2-2d528ed406bb",
                    "last_updated": "2022-11-28T09:22:07.136403-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Kansas State",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-12.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f731e23-88a1-4eb2-8e61-04cf35aab0d2/?format=api"
                },
                {
                    "id": "833d2b8e-09e7-464a-b547-000b830f7bf7",
                    "gambit_id": "c9740e99-58c3-455b-86c6-34bed45cf28f",
                    "last_updated": "2022-11-28T09:22:07.137455-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Kansas",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "12.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f731e23-88a1-4eb2-8e61-04cf35aab0d2/?format=api"
                }
            ]
        },
        {
            "id": "d1e94aef-2e6d-48d8-807c-73d42f1f07cb",
            "match": "https://api-prod.gambitprofit.com/api/matches/8827f37e-6050-486a-a74e-bf2288a313c8/?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 62",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 62",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "ddaa2e40-6582-45a1-a55c-df44dbedb14d",
                    "gambit_id": "c50991f5-e121-40a8-8fc5-cae68828c4a1",
                    "last_updated": "2022-11-28T09:22:07.134461-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 62",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "62.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1e94aef-2e6d-48d8-807c-73d42f1f07cb/?format=api"
                },
                {
                    "id": "40c761c8-2ccc-4769-b308-f23765ffded5",
                    "gambit_id": "99dea2f3-2e8b-4517-95ec-a213087856a5",
                    "last_updated": "2022-11-28T09:22:07.133433-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 62",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "62.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1e94aef-2e6d-48d8-807c-73d42f1f07cb/?format=api"
                }
            ]
        }
    ]
}