GET /api/bet_types/4c7b7259-4bc2-4545-94aa-c1a232320e51/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c7b7259-4bc2-4545-94aa-c1a232320e51",
    "match": "https://api-prod.gambitprofit.com/api/matches/8c072d66-c7c5-4ee4-acfc-d0e874f8ac65/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-13T09:32:18.632760-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "ab891a7d-db60-41c6-a2ad-22e58d0649f7",
            "gambit_id": "5fc5405b-38ef-4056-b5d2-1d96fd500d87",
            "last_updated": "2023-04-14T12:02:22.475769-04:00",
            "created_at": "2023-04-13T09:32:18.634090-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c7b7259-4bc2-4545-94aa-c1a232320e51/?format=api"
        },
        {
            "id": "da24dc9b-cd9f-442b-a7f9-320026ef4573",
            "gambit_id": "7ecef5b6-c073-4d3e-8781-4b25ab58ffd5",
            "last_updated": "2023-04-14T12:02:22.477328-04:00",
            "created_at": "2023-04-13T09:32:18.635607-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c7b7259-4bc2-4545-94aa-c1a232320e51/?format=api"
        }
    ]
}