GET /api/bet_types/bb2c8836-4c70-4c86-9e5d-05158a79ec4a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb2c8836-4c70-4c86-9e5d-05158a79ec4a",
    "match": "https://api-prod.gambitprofit.com/api/matches/e1b35b24-cfc7-4001-83e6-ccf45e14f047/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-02T09:57:07.272290-04: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 7.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c49c3d8e-201c-48d1-9eff-3472161af73f",
            "gambit_id": "66431b13-6678-4f7a-8644-ed359cc973a0",
            "last_updated": "2023-04-03T14:26:51.910344-04:00",
            "created_at": "2023-04-02T09:57:07.274519-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb2c8836-4c70-4c86-9e5d-05158a79ec4a/?format=api"
        },
        {
            "id": "a41c2385-fc06-4f28-b183-79efe66f6ddc",
            "gambit_id": "0d5a791d-4618-4953-8812-a6a0ec9ef6c6",
            "last_updated": "2023-04-03T14:26:51.912659-04:00",
            "created_at": "2023-04-02T09:57:07.276502-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb2c8836-4c70-4c86-9e5d-05158a79ec4a/?format=api"
        }
    ]
}