GET /api/bet_types/1446e309-124a-4dde-8eb4-3a83678065da/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1446e309-124a-4dde-8eb4-3a83678065da",
    "match": "https://api-prod.gambitprofit.com/api/matches/2c130ec4-e476-4c9f-9636-45bae5f65626/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-01T10:03:02.619083-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 261.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 261.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "39020782-1997-4412-89ce-c1f4909d0648",
            "gambit_id": "6f3728f4-9359-40ec-8ff0-50d29a71c4d1",
            "last_updated": "2024-01-03T10:53:14.303370-05:00",
            "created_at": "2024-01-01T10:03:02.628390-05:00",
            "name": "Game Total Under 261.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "261.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1446e309-124a-4dde-8eb4-3a83678065da/?format=api"
        },
        {
            "id": "0d2a8bcd-1e81-4a40-b8a5-b1b1bc187842",
            "gambit_id": "a48c963b-bb01-43e1-9d56-463c0b148f02",
            "last_updated": "2024-01-03T10:53:14.306812-05:00",
            "created_at": "2024-01-01T10:03:02.624390-05:00",
            "name": "Game Total Over 261.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "261.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1446e309-124a-4dde-8eb4-3a83678065da/?format=api"
        }
    ]
}