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/c6817ba2-c1f5-415d-97ee-3f15c0ae0a9f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c6817ba2-c1f5-415d-97ee-3f15c0ae0a9f",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "49f25dce-e77c-48ad-b02e-34e60f9e53fc",
    "completed": true,
    "last_updated": "2022-10-11T10:47:26.980050-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.14,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/49f25dce-e77c-48ad-b02e-34e60f9e53fc",
    "datetime": "2022-10-08T12:00:00-04:00",
    "cutoff_datetime": "2022-10-08T12:00:00-04:00",
    "name": "Missouri v. Florida",
    "bettypes": [
        {
            "id": "45817ee7-8ff7-4439-85e2-8e8829453f20",
            "match": "https://api-prod.gambitprofit.com/api/matches/c6817ba2-c1f5-415d-97ee-3f15c0ae0a9f/?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": "Florida",
                        "amount": 7735.0
                    },
                    {
                        "team": "Missouri",
                        "amount": 2265.0
                    }
                ],
                "expected_reward_tokens": 9513.0,
                "profit_sb": 13.0,
                "profit_sb_percentage": 0.14,
                "recommended": true
            },
            "lines": [
                {
                    "id": "d9928a50-51d5-4bc2-8be4-afc4f2947556",
                    "gambit_id": "6b7dc162-bc2c-443a-a1a5-5619d7b82186",
                    "last_updated": "2022-10-11T10:47:26.985901-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Florida",
                    "reward": "1.23000",
                    "odds": "1.23810",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45817ee7-8ff7-4439-85e2-8e8829453f20/?format=api"
                },
                {
                    "id": "aeebe573-aaea-46ed-a18a-479ce49d428f",
                    "gambit_id": "f0665959-287a-44d0-ab30-836b5d0b0280",
                    "last_updated": "2022-10-11T10:47:26.986868-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Missouri",
                    "reward": "4.20000",
                    "odds": "4.30000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45817ee7-8ff7-4439-85e2-8e8829453f20/?format=api"
                }
            ]
        },
        {
            "id": "9c4096c6-7faa-4c15-926a-45f7bd7e0710",
            "match": "https://api-prod.gambitprofit.com/api/matches/c6817ba2-c1f5-415d-97ee-3f15c0ae0a9f/?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": "Florida",
                        "amount": 5000.0
                    },
                    {
                        "team": "Missouri",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "4f858cf3-f7f0-4007-9ba7-86fcb6a8485b",
                    "gambit_id": "e2ee6d2f-90a4-4a4f-8d82-9112428f03e0",
                    "last_updated": "2022-10-11T10:47:26.988786-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Florida",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "-11.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c4096c6-7faa-4c15-926a-45f7bd7e0710/?format=api"
                },
                {
                    "id": "cae6aa59-4eb5-45bc-8703-cae931067f35",
                    "gambit_id": "8b421f09-135e-4e1d-8b04-a5dd47ce1801",
                    "last_updated": "2022-10-11T10:47:26.989774-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Missouri",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "11.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c4096c6-7faa-4c15-926a-45f7bd7e0710/?format=api"
                }
            ]
        },
        {
            "id": "e8ac5072-abc2-4c69-a1a8-a21c8ec11548",
            "match": "https://api-prod.gambitprofit.com/api/matches/c6817ba2-c1f5-415d-97ee-3f15c0ae0a9f/?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 53.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 53.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "13799ea9-3571-45d1-970a-1790cdc9415e",
                    "gambit_id": "ccca2563-4d22-48a9-9c4d-b1e08aeef805",
                    "last_updated": "2022-10-11T10:47:26.982865-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 53.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "53.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8ac5072-abc2-4c69-a1a8-a21c8ec11548/?format=api"
                },
                {
                    "id": "d4662b5e-f8f7-4e37-8f09-465c72cd2f28",
                    "gambit_id": "8beff73f-37a1-4d9f-a05f-7af3b36b0f82",
                    "last_updated": "2022-10-11T10:47:26.983959-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 53.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "53.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8ac5072-abc2-4c69-a1a8-a21c8ec11548/?format=api"
                }
            ]
        }
    ]
}