GET /api/bet_types/8b00d882-a183-4b88-b6e1-db7e5f2f8be2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8b00d882-a183-4b88-b6e1-db7e5f2f8be2",
    "match": "https://api-prod.gambitprofit.com/api/matches/5a8c791c-20fe-499d-95df-893ef447df15/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-25T17:08:10.116029-04: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 10.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 10.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c5a998a7-d26a-443a-b8af-cf4011528d30",
            "gambit_id": "b7b2ae36-24ee-487e-ac45-7d2991075aa5",
            "last_updated": "2023-07-27T13:02:59.575739-04:00",
            "created_at": "2023-07-25T17:08:10.129155-04:00",
            "name": "Game Total Under 10.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b00d882-a183-4b88-b6e1-db7e5f2f8be2/?format=api"
        },
        {
            "id": "301674da-12fd-45be-a39a-f63e2ebaa26b",
            "gambit_id": "0b8dca19-0002-46c3-b738-a286500363e8",
            "last_updated": "2023-07-27T13:02:59.572209-04:00",
            "created_at": "2023-07-25T17:08:10.124216-04:00",
            "name": "Game Total Over 10.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b00d882-a183-4b88-b6e1-db7e5f2f8be2/?format=api"
        }
    ]
}