GET /api/bet_types/286d0f2f-0e3d-4969-b163-0272242ba555/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "286d0f2f-0e3d-4969-b163-0272242ba555",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac6c5f19-b80b-43d7-a819-1443e1d94a28/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-02T09:58:19.643369-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 234.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 234.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "65992ddf-f5db-4e35-a834-230d07908853",
            "gambit_id": "a40803cf-b3a3-4cf1-afb3-610d1429ee8b",
            "last_updated": "2024-02-03T10:37:57.616047-05:00",
            "created_at": "2024-02-02T09:58:19.647035-05:00",
            "name": "Game Total Over 234.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/286d0f2f-0e3d-4969-b163-0272242ba555/?format=api"
        },
        {
            "id": "78eb3127-da06-4840-b9e8-83fe05109541",
            "gambit_id": "e31a2151-c345-4840-b972-3353882a32d6",
            "last_updated": "2024-02-03T10:37:57.619529-05:00",
            "created_at": "2024-02-02T09:58:19.651626-05:00",
            "name": "Game Total Under 234.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/286d0f2f-0e3d-4969-b163-0272242ba555/?format=api"
        }
    ]
}