GET /api/bet_types/3502d442-9a36-4066-a530-bd3cd5c1c902/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3502d442-9a36-4066-a530-bd3cd5c1c902",
    "match": "https://api-prod.gambitprofit.com/api/matches/e521873a-9f3d-412b-ad14-21689ffe20ba/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-21T09:03:14.518807-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 10",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 10",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "8171a1e5-93e6-449a-83cc-4b9d2ee1b11f",
            "gambit_id": "7b0f977a-5483-4af7-ad7d-b9fdd5b31a55",
            "last_updated": "2023-08-23T09:58:08.837776-04:00",
            "created_at": "2023-08-21T09:03:14.528119-04:00",
            "name": "Game Total Under 10",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3502d442-9a36-4066-a530-bd3cd5c1c902/?format=api"
        },
        {
            "id": "565b505c-23d6-44fa-a7fa-5173f07825b3",
            "gambit_id": "bf5ac499-0112-49a0-b3c7-0a747b8734b3",
            "last_updated": "2023-08-23T09:58:08.841667-04:00",
            "created_at": "2023-08-21T09:03:14.523928-04:00",
            "name": "Game Total Over 10",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3502d442-9a36-4066-a530-bd3cd5c1c902/?format=api"
        }
    ]
}