GET /api/bet_types/97671700-4942-477e-b207-859985ad9fa6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "97671700-4942-477e-b207-859985ad9fa6",
    "match": "https://api-prod.gambitprofit.com/api/matches/e3e02a26-5556-4962-a75a-7c3921bd49ee/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-31T09:58:18.509856-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 Over 2.5",
                "amount": 7014.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 2986.0
            }
        ],
        "expected_reward_tokens": 9256.6,
        "profit_sb": -243.4,
        "profit_sb_percentage": -2.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "eba7cb7d-5ec1-48b3-8414-c6dc9fa04dca",
            "gambit_id": "f6a208c4-44a5-47f4-a5a7-bb1321384de5",
            "last_updated": "2024-02-01T10:58:01.946418-05:00",
            "created_at": "2024-01-31T09:58:18.514448-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.32000",
            "odds": "1.33000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97671700-4942-477e-b207-859985ad9fa6/?format=api"
        },
        {
            "id": "dd119dc2-890f-4837-86f8-70db966c3c1e",
            "gambit_id": "9bcddb57-0d66-4b7e-bc40-005267cd9a8f",
            "last_updated": "2024-02-01T10:58:01.957633-05:00",
            "created_at": "2024-01-31T09:58:18.519819-05:00",
            "name": "Game Total Under 2.5",
            "reward": "3.10000",
            "odds": "3.20000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97671700-4942-477e-b207-859985ad9fa6/?format=api"
        }
    ]
}