GET /api/bet_types/e68ef707-5f83-46d9-b946-7a10e7836fba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e68ef707-5f83-46d9-b946-7a10e7836fba",
    "match": "https://api-prod.gambitprofit.com/api/matches/e98547de-5239-48a4-9e67-8895b078b0ab/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-04T15:22:13.789056-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 Under 233.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 233.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "b8e40368-2a7d-4697-9ce4-f7c440deb35f",
            "gambit_id": "87e514a9-0144-4942-bc98-b659562355b4",
            "last_updated": "2023-02-05T11:41:55.004697-05:00",
            "created_at": "2023-02-04T15:22:13.790723-05:00",
            "name": "Game Total Under 233.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "233.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e68ef707-5f83-46d9-b946-7a10e7836fba/?format=api"
        },
        {
            "id": "1e0c461e-c691-4146-bb69-5a93e5357956",
            "gambit_id": "b22483d4-3f62-4c3d-bcd1-9372a3ba9102",
            "last_updated": "2023-02-05T11:41:55.006848-05:00",
            "created_at": "2023-02-04T15:22:13.792367-05:00",
            "name": "Game Total Over 233.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "233.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e68ef707-5f83-46d9-b946-7a10e7836fba/?format=api"
        }
    ]
}