GET /api/bet_types/79737623-ed57-415c-bb9f-63ecc20ffe82/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "79737623-ed57-415c-bb9f-63ecc20ffe82",
    "match": "https://api-prod.gambitprofit.com/api/matches/654e2457-b85b-47ed-a8d5-d139b14778ab/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-02T13:27:14.046689-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",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 237",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "30cf8fb5-d03a-48d8-9ffd-4ac8e1e66565",
            "gambit_id": "ff02fd0f-dd8d-4044-bd14-eb40068f8172",
            "last_updated": "2023-01-03T10:56:47.744503-05:00",
            "created_at": "2023-01-02T13:27:14.047825-05:00",
            "name": "Game Total Under 237",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "237.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79737623-ed57-415c-bb9f-63ecc20ffe82/?format=api"
        },
        {
            "id": "04bb6d6b-9a1a-4071-b8f8-4ce6a2c46bfe",
            "gambit_id": "81e1002d-e1c5-4ed1-90c2-0ff069756c4c",
            "last_updated": "2023-01-03T10:56:47.745654-05:00",
            "created_at": "2023-01-02T13:27:14.049029-05:00",
            "name": "Game Total Over 237",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "237.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79737623-ed57-415c-bb9f-63ecc20ffe82/?format=api"
        }
    ]
}