GET /api/bet_types/a4924216-4d6c-42bc-9045-d3649fcbe950/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a4924216-4d6c-42bc-9045-d3649fcbe950",
    "match": "https://api-prod.gambitprofit.com/api/matches/bcffae9b-7315-4dd5-925d-00a9fa60b50d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-28T08:48:09.065733-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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "7a959c71-1533-4cca-91bd-8ec9dcde8b75",
            "gambit_id": "c2136864-c7d5-4431-9be4-e32411ca6d83",
            "last_updated": "2023-08-29T19:28:16.602007-04:00",
            "created_at": "2023-08-28T08:48:09.077274-04:00",
            "name": "Game Total Under 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4924216-4d6c-42bc-9045-d3649fcbe950/?format=api"
        },
        {
            "id": "dc465f76-b20d-4bd3-8b76-f840d9d64b59",
            "gambit_id": "6cb14c9e-0603-40fe-9e89-1887d41d7c69",
            "last_updated": "2023-08-29T19:28:16.593247-04:00",
            "created_at": "2023-08-28T08:48:09.070010-04:00",
            "name": "Game Total Over 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4924216-4d6c-42bc-9045-d3649fcbe950/?format=api"
        }
    ]
}