GET /api/bet_types/38dc3123-9320-425f-a204-2a0e409f3874/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "38dc3123-9320-425f-a204-2a0e409f3874",
    "match": "https://api-prod.gambitprofit.com/api/matches/bf1f4257-4dcc-411d-97bf-3a4fe51e6a46/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 7.5",
                "amount": 5097.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "dbf3ef95-533f-4a6a-bc28-3501ae6d09de",
            "gambit_id": "16cf94f8-43fa-4edb-9fb3-8658e039bfbc",
            "last_updated": "2022-12-24T17:12:19.834726-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38dc3123-9320-425f-a204-2a0e409f3874/?format=api"
        },
        {
            "id": "4728d4d3-27c1-4387-95e5-b8681c83bbdd",
            "gambit_id": "591e8bd7-7db9-4c85-9f72-57ff4005188f",
            "last_updated": "2022-12-24T17:12:19.835839-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38dc3123-9320-425f-a204-2a0e409f3874/?format=api"
        }
    ]
}