GET /api/bet_types/74c84964-64f1-4364-ada7-d3b2ba5a8e7b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "74c84964-64f1-4364-ada7-d3b2ba5a8e7b",
    "match": "https://api-prod.gambitprofit.com/api/matches/702c594d-093c-4ab3-bb79-06686579f1b1/?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 Under 226.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 226.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "0bcd5533-4871-46ff-a639-6859a51cedd2",
            "gambit_id": "7f705b8f-b030-4cc3-a940-71ae642b3f8b",
            "last_updated": "2022-10-22T09:22:27.578871-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 226.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74c84964-64f1-4364-ada7-d3b2ba5a8e7b/?format=api"
        },
        {
            "id": "2befa795-5a2d-41c2-ac6f-af501fb1bf72",
            "gambit_id": "bf1ed266-0f1d-4490-8e93-485afebb093d",
            "last_updated": "2022-10-22T09:22:27.580047-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 226.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74c84964-64f1-4364-ada7-d3b2ba5a8e7b/?format=api"
        }
    ]
}