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/be641660-8df2-4f68-82b2-4739b924f972/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "be641660-8df2-4f68-82b2-4739b924f972",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "e006341f-ccab-4fbc-898e-78e4b2d7e9d8",
    "completed": true,
    "last_updated": "2022-11-15T09:52:30.228413-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.96,
    "sport_category": "NFL",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/e006341f-ccab-4fbc-898e-78e4b2d7e9d8",
    "datetime": "2022-11-14T20:15:00-05:00",
    "cutoff_datetime": "2022-11-14T20:15:00-05:00",
    "name": "Washington Commanders v. Philadelphia Eagles",
    "bettypes": [
        {
            "id": "ea3e8d13-04cc-456f-bcc1-aa9960d6a3a6",
            "match": "https://api-prod.gambitprofit.com/api/matches/be641660-8df2-4f68-82b2-4739b924f972/?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": "Philadelphia Eagles",
                        "amount": 7990.0
                    },
                    {
                        "team": "Washington Commanders",
                        "amount": 2010.0
                    }
                ],
                "expected_reward_tokens": 9266.1,
                "profit_sb": 266.1,
                "profit_sb_percentage": 2.96,
                "recommended": true
            },
            "lines": [
                {
                    "id": "91e3158f-c41a-416f-9153-c2bae84934c4",
                    "gambit_id": "de38e719-8222-4fa9-83ea-bc52408029bf",
                    "last_updated": "2022-11-15T09:52:30.234810-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Philadelphia Eagles",
                    "reward": "1.16000",
                    "odds": "1.18180",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea3e8d13-04cc-456f-bcc1-aa9960d6a3a6/?format=api"
                },
                {
                    "id": "7796da1a-0a7a-4688-97a4-c188956e9f8d",
                    "gambit_id": "14259327-92b4-40cd-a764-dfff7c6f009a",
                    "last_updated": "2022-11-15T09:52:30.235918-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Washington Commanders",
                    "reward": "4.61000",
                    "odds": "5.10000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea3e8d13-04cc-456f-bcc1-aa9960d6a3a6/?format=api"
                }
            ]
        },
        {
            "id": "8269c78c-0784-45c5-93ce-84ef8097f647",
            "match": "https://api-prod.gambitprofit.com/api/matches/be641660-8df2-4f68-82b2-4739b924f972/?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": "Philadelphia Eagles",
                        "amount": 5000.0
                    },
                    {
                        "team": "Washington Commanders",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "dbc9d33c-b078-452b-8c3f-88db9baf4587",
                    "gambit_id": "1f331059-642b-4a7a-8bba-d18b11248276",
                    "last_updated": "2022-11-15T09:52:30.238026-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Philadelphia Eagles",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-10.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8269c78c-0784-45c5-93ce-84ef8097f647/?format=api"
                },
                {
                    "id": "5c85a42c-e7c2-45ec-a39c-8c98a74617c6",
                    "gambit_id": "17dbb1ea-9aee-4566-9556-a8a71d00882a",
                    "last_updated": "2022-11-15T09:52:30.239079-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Washington Commanders",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "10.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8269c78c-0784-45c5-93ce-84ef8097f647/?format=api"
                }
            ]
        },
        {
            "id": "c382a146-48d3-460d-8303-959adba6b364",
            "match": "https://api-prod.gambitprofit.com/api/matches/be641660-8df2-4f68-82b2-4739b924f972/?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 43",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 43",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "c9d91ef1-f8f5-445f-a999-28f0062838e3",
                    "gambit_id": "c7281c37-a782-42a3-bf15-52b70e5304bb",
                    "last_updated": "2022-11-15T09:52:30.231184-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 43",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "43.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c382a146-48d3-460d-8303-959adba6b364/?format=api"
                },
                {
                    "id": "cf464f36-7b92-45ec-9def-5122076e0149",
                    "gambit_id": "7ade5874-2c82-4369-a1c4-064975924c44",
                    "last_updated": "2022-11-15T09:52:30.232376-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 43",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "43.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c382a146-48d3-460d-8303-959adba6b364/?format=api"
                }
            ]
        }
    ]
}