GET /api/bet_types/e44fa848-1399-499e-97b0-fe404da38e9f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e44fa848-1399-499e-97b0-fe404da38e9f",
    "match": "https://api-prod.gambitprofit.com/api/matches/88609fe1-b198-4156-8a10-1b7f19df9b55/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-24T09:13:15.494025-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 6",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "940f92f8-b5a8-411e-8807-c593c6b61e2c",
            "gambit_id": "6173a8da-183b-44b6-bd51-4728f7639318",
            "last_updated": "2024-01-26T13:13:08.176822-05:00",
            "created_at": "2024-01-24T09:13:15.497437-05:00",
            "name": "Game Total Over 6",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e44fa848-1399-499e-97b0-fe404da38e9f/?format=api"
        },
        {
            "id": "8729cece-c385-41a9-91e4-e8077cd05b81",
            "gambit_id": "a311dce9-78d0-4bb9-89a2-c6aab5ef5eda",
            "last_updated": "2024-01-26T13:13:08.180295-05:00",
            "created_at": "2024-01-24T09:13:15.501515-05:00",
            "name": "Game Total Under 6",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e44fa848-1399-499e-97b0-fe404da38e9f/?format=api"
        }
    ]
}