GET /api/bet_types/fa5d0c9c-ac04-4db2-b10d-7b8aebe63b65/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fa5d0c9c-ac04-4db2-b10d-7b8aebe63b65",
    "match": "https://api-prod.gambitprofit.com/api/matches/ce1d2bab-dea1-4375-a04c-4955d87c2eee/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-19T12:17:09.844067-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 5.5",
                "amount": 5599.0
            },
            {
                "team": "Game Total Over 5.5",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "d82a5093-4ad6-4866-a506-3c59a233c41d",
            "gambit_id": "361e1435-1fca-4fa6-a050-982dd21b0442",
            "last_updated": "2023-04-20T11:42:16.534619-04:00",
            "created_at": "2023-04-19T12:17:09.846902-04:00",
            "name": "Game Total Under 5.5",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa5d0c9c-ac04-4db2-b10d-7b8aebe63b65/?format=api"
        },
        {
            "id": "7d752540-240f-44b0-85ab-16a678f672d3",
            "gambit_id": "bc7e1be8-61aa-48ab-a373-b6f73aee0b86",
            "last_updated": "2023-04-20T11:42:16.536428-04:00",
            "created_at": "2023-04-19T12:17:09.849431-04:00",
            "name": "Game Total Over 5.5",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa5d0c9c-ac04-4db2-b10d-7b8aebe63b65/?format=api"
        }
    ]
}