GET /api/bet_types/dda75f5f-fc47-4472-b193-81eb6e7f1b1f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dda75f5f-fc47-4472-b193-81eb6e7f1b1f",
    "match": "https://api-prod.gambitprofit.com/api/matches/dfcbde9e-d3e7-4ce1-a81e-d6fb0c8e9b73/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-24T08:57:59.677490-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 6.5",
                "amount": 5214.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "2506d7a0-e7dd-4f4b-8d6f-37c38bb5f059",
            "gambit_id": "f359a952-68a8-45cd-ba79-6d96a17293a4",
            "last_updated": "2023-10-26T10:13:04.054538-04:00",
            "created_at": "2023-10-24T08:57:59.687217-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dda75f5f-fc47-4472-b193-81eb6e7f1b1f/?format=api"
        },
        {
            "id": "b50e47ba-a0be-444f-8fdb-bfa83f441f9b",
            "gambit_id": "ee30d6be-2153-4db5-93ea-ce159bdfba34",
            "last_updated": "2023-10-26T10:13:04.051239-04:00",
            "created_at": "2023-10-24T08:57:59.681755-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dda75f5f-fc47-4472-b193-81eb6e7f1b1f/?format=api"
        }
    ]
}