GET /api/bet_types/38b03b25-8831-4cfa-b71c-0b1605fda05b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "38b03b25-8831-4cfa-b71c-0b1605fda05b",
    "match": "https://api-prod.gambitprofit.com/api/matches/d1722a36-dc42-4bdc-aa7e-0137d847d5b7/?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 2.5",
                "amount": 5067.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4933.0
            }
        ],
        "expected_reward_tokens": 9272.61,
        "profit_sb": -227.39,
        "profit_sb_percentage": -2.39,
        "recommended": false
    },
    "lines": [
        {
            "id": "ea4c36a4-23c2-439f-88e0-a86cf1e85e58",
            "gambit_id": "5cc4ff04-99cd-48fb-bd3f-3775b4dcda96",
            "last_updated": "2022-10-27T12:07:07.803650-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.83000",
            "odds": "1.85000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38b03b25-8831-4cfa-b71c-0b1605fda05b/?format=api"
        },
        {
            "id": "56d5e27d-bfc4-4ec4-92dd-962d04a91d24",
            "gambit_id": "5e667962-63b6-47eb-9ee4-a9fcf52becf3",
            "last_updated": "2022-10-27T12:07:07.802480-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.88000",
            "odds": "1.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38b03b25-8831-4cfa-b71c-0b1605fda05b/?format=api"
        }
    ]
}