GET /api/bet_types/faa0ab5e-0e46-4a24-9c15-9478ad395088/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "faa0ab5e-0e46-4a24-9c15-9478ad395088",
    "match": "https://api-prod.gambitprofit.com/api/matches/a72a82ff-c9b8-4635-a53d-68f68db77478/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-06T10:57:12.732832-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 Over 7.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "b5f10a76-2380-430a-8201-f0e3929ac320",
            "gambit_id": "9dfc916a-5840-4d2e-b268-90c3a0657141",
            "last_updated": "2023-06-07T10:33:14.973728-04:00",
            "created_at": "2023-06-06T10:57:12.734867-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/faa0ab5e-0e46-4a24-9c15-9478ad395088/?format=api"
        },
        {
            "id": "f68c5a75-852a-47b1-91bc-34108c94d681",
            "gambit_id": "ad10d39c-6e6f-4b9d-84a6-41a9c2451d5a",
            "last_updated": "2023-06-07T10:33:14.975543-04:00",
            "created_at": "2023-06-06T10:57:12.737036-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/faa0ab5e-0e46-4a24-9c15-9478ad395088/?format=api"
        }
    ]
}