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/1d37373d-9951-4904-8344-fc83c8ae9d6e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d37373d-9951-4904-8344-fc83c8ae9d6e",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "4b18afec-7e2d-4f72-a08c-5ca9c6385e88",
    "completed": true,
    "last_updated": "2022-12-05T11:02:07.580347-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.9,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/4b18afec-7e2d-4f72-a08c-5ca9c6385e88",
    "datetime": "2022-12-03T16:00:00-05:00",
    "cutoff_datetime": "2022-12-03T16:00:00-05:00",
    "name": "Central Florida v. Tulane",
    "bettypes": [
        {
            "id": "c3755fc9-ccaf-4050-8abe-138892b43136",
            "match": "https://api-prod.gambitprofit.com/api/matches/1d37373d-9951-4904-8344-fc83c8ae9d6e/?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": "Tulane",
                        "amount": 6114.0
                    },
                    {
                        "team": "Central Florida",
                        "amount": 3886.0
                    }
                ],
                "expected_reward_tokens": 9170.96,
                "profit_sb": 170.96,
                "profit_sb_percentage": 1.9,
                "recommended": true
            },
            "lines": [
                {
                    "id": "f467ef82-afdc-4c41-91e6-13e252a4995f",
                    "gambit_id": "d6d58a28-f682-423a-af19-1c8ef5ad89d7",
                    "last_updated": "2022-12-05T11:02:07.583138-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Tulane",
                    "reward": "1.50000",
                    "odds": "1.57140",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3755fc9-ccaf-4050-8abe-138892b43136/?format=api"
                },
                {
                    "id": "cca6c81e-c003-4708-a668-37362fc50d5e",
                    "gambit_id": "ce472b3d-42bc-4aa4-822a-7a78e3a1756a",
                    "last_updated": "2022-12-05T11:02:07.584237-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Central Florida",
                    "reward": "2.36000",
                    "odds": "2.55000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3755fc9-ccaf-4050-8abe-138892b43136/?format=api"
                }
            ]
        },
        {
            "id": "ec07ae59-a193-422d-83a2-9242fc93a95c",
            "match": "https://api-prod.gambitprofit.com/api/matches/1d37373d-9951-4904-8344-fc83c8ae9d6e/?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": "Tulane",
                        "amount": 5000.0
                    },
                    {
                        "team": "Central Florida",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "cbc707d0-fef4-4129-bf85-11c2f1d96174",
                    "gambit_id": "bc6eeb72-763c-4771-81af-32e8bc989859",
                    "last_updated": "2022-12-05T11:02:07.589265-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Tulane",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-3.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec07ae59-a193-422d-83a2-9242fc93a95c/?format=api"
                },
                {
                    "id": "d5cccc1d-de78-4cc6-928e-5353dc8821f1",
                    "gambit_id": "a2100ff7-e8d7-44b8-b129-2c4c6cad04ad",
                    "last_updated": "2022-12-05T11:02:07.590269-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Central Florida",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "3.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec07ae59-a193-422d-83a2-9242fc93a95c/?format=api"
                }
            ]
        },
        {
            "id": "8df471ab-e8b9-425c-92cb-8a4d4720157b",
            "match": "https://api-prod.gambitprofit.com/api/matches/1d37373d-9951-4904-8344-fc83c8ae9d6e/?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 57.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 57.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "28d3530c-26b8-4a89-8eb5-95673c5c26b8",
                    "gambit_id": "0b00bbcb-9495-4f51-851c-e71220a675f1",
                    "last_updated": "2022-12-05T11:02:07.586289-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 57.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "57.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8df471ab-e8b9-425c-92cb-8a4d4720157b/?format=api"
                },
                {
                    "id": "dded6d32-7336-4195-b465-b0b7a92dd62a",
                    "gambit_id": "b78f6464-a426-4b48-82e3-37599bdfc499",
                    "last_updated": "2022-12-05T11:02:07.587276-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 57.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "57.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8df471ab-e8b9-425c-92cb-8a4d4720157b/?format=api"
                }
            ]
        }
    ]
}