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/4f96555c-4e7c-472c-bac9-052d17bd1a04/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4f96555c-4e7c-472c-bac9-052d17bd1a04",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "feb0eea8-79e6-435b-83a5-036b0ab28c5e",
    "completed": true,
    "last_updated": "2022-09-12T10:27:01.463924-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.52,
    "sport_category": "NFL",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/feb0eea8-79e6-435b-83a5-036b0ab28c5e",
    "datetime": "2022-09-11T13:00:00-04:00",
    "cutoff_datetime": "2022-09-11T13:00:00-04:00",
    "name": "Philadelphia Eagles v. Detroit Lions",
    "bettypes": [
        {
            "id": "c4094ef4-2140-4f51-867b-2fd195cc5ccf",
            "match": "https://api-prod.gambitprofit.com/api/matches/4f96555c-4e7c-472c-bac9-052d17bd1a04/?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": 6785.0
                    },
                    {
                        "team": "Detroit Lions",
                        "amount": 3215.0
                    }
                ],
                "expected_reward_tokens": 9227.05,
                "profit_sb": 227.05,
                "profit_sb_percentage": 2.52,
                "recommended": true
            },
            "lines": [
                {
                    "id": "5145e9d3-0f9c-43da-bd46-ebe7f1bd26a8",
                    "gambit_id": "ca1323ab-4a1f-44eb-9fbd-cf5546d69185",
                    "last_updated": "2022-09-12T10:27:01.472431-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Philadelphia Eagles",
                    "reward": "1.36000",
                    "odds": "1.40000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4094ef4-2140-4f51-867b-2fd195cc5ccf/?format=api"
                },
                {
                    "id": "8387734d-1e91-4fa2-a3f5-0d8b7b89410f",
                    "gambit_id": "af8cf4ba-dbbb-488f-8aeb-83c3963e5955",
                    "last_updated": "2022-09-12T10:27:01.471046-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Detroit Lions",
                    "reward": "2.87000",
                    "odds": "3.10000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4094ef4-2140-4f51-867b-2fd195cc5ccf/?format=api"
                }
            ]
        },
        {
            "id": "629c1605-7101-428d-887a-cee6c06ddea7",
            "match": "https://api-prod.gambitprofit.com/api/matches/4f96555c-4e7c-472c-bac9-052d17bd1a04/?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": "Detroit Lions",
                        "amount": 5000.0
                    },
                    {
                        "team": "Philadelphia Eagles",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9050.0,
                "profit_sb": 50.0,
                "profit_sb_percentage": 0.56,
                "recommended": true
            },
            "lines": [
                {
                    "id": "d7ef1925-1913-467a-b044-0e297c87eb10",
                    "gambit_id": "de6fca69-ae87-4bc8-8686-8782a2247851",
                    "last_updated": "2022-09-12T10:27:01.474881-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Detroit Lions",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/629c1605-7101-428d-887a-cee6c06ddea7/?format=api"
                },
                {
                    "id": "25a73931-75e9-426a-acd1-67c9be0f1f73",
                    "gambit_id": "ed3ca042-244d-4861-abbf-f13fed3daef7",
                    "last_updated": "2022-09-12T10:27:01.476151-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Philadelphia Eagles",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "-6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/629c1605-7101-428d-887a-cee6c06ddea7/?format=api"
                }
            ]
        },
        {
            "id": "a1a3eae1-5af5-47b1-b83f-03ac55df0258",
            "match": "https://api-prod.gambitprofit.com/api/matches/4f96555c-4e7c-472c-bac9-052d17bd1a04/?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 49",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 49",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9050.0,
                "profit_sb": 50.0,
                "profit_sb_percentage": 0.56,
                "recommended": true
            },
            "lines": [
                {
                    "id": "bc829c57-4200-485c-9315-4edf9c96f6ba",
                    "gambit_id": "70b3b529-e91b-461f-a755-89130c7aad1a",
                    "last_updated": "2022-09-12T10:27:01.467051-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 49",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "49.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1a3eae1-5af5-47b1-b83f-03ac55df0258/?format=api"
                },
                {
                    "id": "294e4469-fd0b-4565-b5f6-1a96adde5240",
                    "gambit_id": "1975ddbe-c89a-4d65-847b-a38ee3506c63",
                    "last_updated": "2022-09-12T10:27:01.468285-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 49",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "49.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1a3eae1-5af5-47b1-b83f-03ac55df0258/?format=api"
                }
            ]
        }
    ]
}