GET /api/bet_types/232c43af-99ee-4489-9171-8aebd34e27c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "232c43af-99ee-4489-9171-8aebd34e27c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/2fb9da93-2229-4813-8242-ff03c2ddabdb/?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 7.5",
                "amount": 5207.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4793.0
            }
        ],
        "expected_reward_tokens": 9058.77,
        "profit_sb": 58.77,
        "profit_sb_percentage": 0.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "631f77ee-64d6-4aa5-b1eb-98cb905fc30e",
            "gambit_id": "8581f3fc-df9f-4ec1-adac-f5bd59bb9ee6",
            "last_updated": "2022-12-24T17:12:19.548083-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.74000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/232c43af-99ee-4489-9171-8aebd34e27c1/?format=api"
        },
        {
            "id": "b89a15f2-8c8d-4bef-a233-59c5799a31ef",
            "gambit_id": "3b1cf909-857b-4b5a-9867-a6c2009e2dd3",
            "last_updated": "2022-12-24T17:12:19.546929-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.89000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/232c43af-99ee-4489-9171-8aebd34e27c1/?format=api"
        }
    ]
}