GET /api/bet_types/bb21cc77-8c32-42c4-b367-92c643cdf9d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb21cc77-8c32-42c4-b367-92c643cdf9d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/e7bc96d5-9fc4-4b77-b63b-7f9092f3a5a0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-05T10:08:11.961792-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 8.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f6bb921f-37aa-410a-89c2-dad218ac41a9",
            "gambit_id": "753cdbf2-ea4c-4f4e-9acf-abad3ee1f1a3",
            "last_updated": "2023-08-07T14:48:06.746007-04:00",
            "created_at": "2023-08-05T10:08:11.969788-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb21cc77-8c32-42c4-b367-92c643cdf9d5/?format=api"
        },
        {
            "id": "8a1e3c1f-8bfe-4700-9bdd-baa1babed2af",
            "gambit_id": "da77b7f0-f2c6-401d-b5b6-e1278fe45a5f",
            "last_updated": "2023-08-07T14:48:06.749379-04:00",
            "created_at": "2023-08-05T10:08:11.975024-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb21cc77-8c32-42c4-b367-92c643cdf9d5/?format=api"
        }
    ]
}