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/55713873-d3b5-44f6-8874-85fd903c0046/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "55713873-d3b5-44f6-8874-85fd903c0046",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "958bccf0-3754-46f5-950c-ee4d7fd7ad9c",
    "completed": true,
    "last_updated": "2022-09-26T10:11:52.285754-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.47,
    "sport_category": "NFL",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/958bccf0-3754-46f5-950c-ee4d7fd7ad9c",
    "datetime": "2022-09-25T13:00:00-04:00",
    "cutoff_datetime": "2022-09-25T13:00:00-04:00",
    "name": "Baltimore Ravens v. New England Patriots",
    "bettypes": [
        {
            "id": "5cb62e74-0f4e-44db-bd59-88504145c36e",
            "match": "https://api-prod.gambitprofit.com/api/matches/55713873-d3b5-44f6-8874-85fd903c0046/?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": "Baltimore Ravens",
                        "amount": 5672.0
                    },
                    {
                        "team": "New England Patriots",
                        "amount": 4328.0
                    }
                ],
                "expected_reward_tokens": 9131.92,
                "profit_sb": 131.92,
                "profit_sb_percentage": 1.47,
                "recommended": true
            },
            "lines": [
                {
                    "id": "9a81dc33-2d20-43f7-9546-911901bb8f23",
                    "gambit_id": "cf6bcf37-93f6-41a3-a1df-250de39c54e1",
                    "last_updated": "2022-09-26T10:11:52.293198-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Baltimore Ravens",
                    "reward": "1.61000",
                    "odds": "1.68970",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5cb62e74-0f4e-44db-bd59-88504145c36e/?format=api"
                },
                {
                    "id": "a79c59c3-05ad-40b9-b1f3-f9aafe34204b",
                    "gambit_id": "e0f920e0-6d7d-4133-86b3-ad0d8f62ae43",
                    "last_updated": "2022-09-26T10:11:52.292085-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "New England Patriots",
                    "reward": "2.11000",
                    "odds": "2.25000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5cb62e74-0f4e-44db-bd59-88504145c36e/?format=api"
                }
            ]
        },
        {
            "id": "143993e2-d413-4f3a-a094-b491002be228",
            "match": "https://api-prod.gambitprofit.com/api/matches/55713873-d3b5-44f6-8874-85fd903c0046/?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": "Baltimore Ravens",
                        "amount": 5207.0
                    },
                    {
                        "team": "New England Patriots",
                        "amount": 4793.0
                    }
                ],
                "expected_reward_tokens": 9058.77,
                "profit_sb": 58.77,
                "profit_sb_percentage": 0.65,
                "recommended": true
            },
            "lines": [
                {
                    "id": "61ba9a99-f7e4-4db7-92ab-c51d6aadf8ba",
                    "gambit_id": "8ff7d3e7-cf85-4d12-af9c-a59958893e2d",
                    "last_updated": "2022-09-26T10:11:52.298302-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Baltimore Ravens",
                    "reward": "1.74000",
                    "odds": "1.83330",
                    "spread": "-2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/143993e2-d413-4f3a-a094-b491002be228/?format=api"
                },
                {
                    "id": "32a72dbe-7ae2-40ec-b36f-0db079d62285",
                    "gambit_id": "3a948cb2-7705-4127-b95e-517bbae95831",
                    "last_updated": "2022-09-26T10:11:52.297303-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "New England Patriots",
                    "reward": "1.89000",
                    "odds": "2.00000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/143993e2-d413-4f3a-a094-b491002be228/?format=api"
                }
            ]
        },
        {
            "id": "98bb0c75-4c16-4ee4-a6e7-d6faea80dbe3",
            "match": "https://api-prod.gambitprofit.com/api/matches/55713873-d3b5-44f6-8874-85fd903c0046/?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 Over 45",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 45",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "3d2c7e1b-6f87-4e97-bebe-cae9f3c492e1",
                    "gambit_id": "ebecb377-ebf8-4635-9af1-1163e053c05f",
                    "last_updated": "2022-09-26T10:11:52.289769-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 45",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "45.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98bb0c75-4c16-4ee4-a6e7-d6faea80dbe3/?format=api"
                },
                {
                    "id": "4356a8da-da12-4229-afe7-ee1963e78b40",
                    "gambit_id": "5ab3445c-e8d6-4327-97eb-d53b30a8f259",
                    "last_updated": "2022-09-26T10:11:52.288611-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 45",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "45.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98bb0c75-4c16-4ee4-a6e7-d6faea80dbe3/?format=api"
                }
            ]
        }
    ]
}