GET /api/bet_types/b9203b9d-b826-498b-af78-d4397d4187cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b9203b9d-b826-498b-af78-d4397d4187cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/68bd29eb-59dc-4a8e-b152-57ce0be7ee04/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-22T08:43:03.330770-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 237.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 237.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ddc0aa34-8195-4193-9037-434300cc5182",
            "gambit_id": "d8c7df8d-0bbe-4988-8448-7f75d74ea458",
            "last_updated": "2024-01-23T20:08:15.408822-05:00",
            "created_at": "2024-01-22T08:43:03.339440-05:00",
            "name": "Game Total Under 237.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "237.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9203b9d-b826-498b-af78-d4397d4187cd/?format=api"
        },
        {
            "id": "ddaea2f4-9193-4451-99f1-80a61bce8916",
            "gambit_id": "57ad0709-ddb5-4424-a42c-599e22dbc2ed",
            "last_updated": "2024-01-23T20:08:15.405594-05:00",
            "created_at": "2024-01-22T08:43:03.334872-05:00",
            "name": "Game Total Over 237.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "237.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9203b9d-b826-498b-af78-d4397d4187cd/?format=api"
        }
    ]
}