GET /api/bet_types/e8c9c40d-9a0c-4d5e-b19e-796b43cf0bbf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e8c9c40d-9a0c-4d5e-b19e-796b43cf0bbf",
    "match": "https://api-prod.gambitprofit.com/api/matches/d6fdd954-2982-4bc4-a3e6-4843f53cc675/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-21T09:03:14.281324-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": "e9f8d8c7-0c40-4a5e-aaeb-5b99a1ada0a9",
            "gambit_id": "de473028-6726-4d66-a30d-c15ba5e7a7af",
            "last_updated": "2023-08-23T08:33:22.576553-04:00",
            "created_at": "2023-08-21T09:03:14.289574-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/e8c9c40d-9a0c-4d5e-b19e-796b43cf0bbf/?format=api"
        },
        {
            "id": "86991bf7-30e8-4540-a292-44db856ae910",
            "gambit_id": "fb5bac39-04a8-48c3-815f-9cdc0aa7f7d5",
            "last_updated": "2023-08-23T08:33:22.573069-04:00",
            "created_at": "2023-08-21T09:03:14.285188-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/e8c9c40d-9a0c-4d5e-b19e-796b43cf0bbf/?format=api"
        }
    ]
}