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/360735a5-1e48-48a8-848d-d500f8e39862/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "360735a5-1e48-48a8-848d-d500f8e39862",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "213041ae-38d0-46cf-9e83-f3a1f09a3f77",
    "completed": true,
    "last_updated": "2022-10-11T10:47:28.097873-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.18,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/213041ae-38d0-46cf-9e83-f3a1f09a3f77",
    "datetime": "2022-10-08T12:00:00-04:00",
    "cutoff_datetime": "2022-10-08T12:00:00-04:00",
    "name": "Buffalo v. Bowling Green",
    "bettypes": [
        {
            "id": "149d0fc8-cda0-4742-8f23-963ed5e85e46",
            "match": "https://api-prod.gambitprofit.com/api/matches/360735a5-1e48-48a8-848d-d500f8e39862/?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": "Buffalo",
                        "amount": 5419.0
                    },
                    {
                        "team": "Bowling Green",
                        "amount": 4581.0
                    }
                ],
                "expected_reward_tokens": 9482.67,
                "profit_sb": -17.33,
                "profit_sb_percentage": -0.18,
                "recommended": false
            },
            "lines": [
                {
                    "id": "0f89b1b6-c009-4f92-9a88-bc313175e764",
                    "gambit_id": "fa9aba5e-f9f6-4e4d-a278-0e7f208cc212",
                    "last_updated": "2022-10-11T10:47:28.105711-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Buffalo",
                    "reward": "1.75000",
                    "odds": "1.76920",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/149d0fc8-cda0-4742-8f23-963ed5e85e46/?format=api"
                },
                {
                    "id": "5450c729-a245-4395-b229-977a40d8d96a",
                    "gambit_id": "7a77304d-dd69-4b6b-aa18-e8ea366da1fb",
                    "last_updated": "2022-10-11T10:47:28.104678-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Bowling Green",
                    "reward": "2.07000",
                    "odds": "2.10000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/149d0fc8-cda0-4742-8f23-963ed5e85e46/?format=api"
                }
            ]
        },
        {
            "id": "2b222048-d785-49d6-abb4-2343383836d1",
            "match": "https://api-prod.gambitprofit.com/api/matches/360735a5-1e48-48a8-848d-d500f8e39862/?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": "Bowling Green",
                        "amount": 5000.0
                    },
                    {
                        "team": "Buffalo",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "9512dfde-6efb-4048-a857-4e4ac0b88ee4",
                    "gambit_id": "99c0ee1b-1321-4fbd-b60d-0524cf37f8ac",
                    "last_updated": "2022-10-11T10:47:28.107723-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Bowling Green",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "2.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b222048-d785-49d6-abb4-2343383836d1/?format=api"
                },
                {
                    "id": "74287ca9-587b-4686-8654-fc8965e629fc",
                    "gambit_id": "75b3b702-b794-4c08-805c-f60d320c0f04",
                    "last_updated": "2022-10-11T10:47:28.108714-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Buffalo",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "-2.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b222048-d785-49d6-abb4-2343383836d1/?format=api"
                }
            ]
        },
        {
            "id": "b9f9e04a-bdbc-4ead-93e6-bbfff8379aa6",
            "match": "https://api-prod.gambitprofit.com/api/matches/360735a5-1e48-48a8-848d-d500f8e39862/?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 56",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 56",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "9197513a-6662-45c0-8a13-25addc135c04",
                    "gambit_id": "00cef3da-aef0-4573-9421-ccf65c285edf",
                    "last_updated": "2022-10-11T10:47:28.100837-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 56",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "56.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9f9e04a-bdbc-4ead-93e6-bbfff8379aa6/?format=api"
                },
                {
                    "id": "ee3486fb-7617-4b38-b2b2-63625567b40a",
                    "gambit_id": "d685336f-fa9c-45cc-8811-d8ce01f58c3a",
                    "last_updated": "2022-10-11T10:47:28.102116-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 56",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "56.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9f9e04a-bdbc-4ead-93e6-bbfff8379aa6/?format=api"
                }
            ]
        }
    ]
}