GET /api/bet_types/62e34b1e-a998-478c-97f6-a36decd55470/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "62e34b1e-a998-478c-97f6-a36decd55470",
    "match": "https://api-prod.gambitprofit.com/api/matches/f74fad45-ea4c-4d5e-a49d-64f06fcdec4c/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-05: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 2.5",
                "amount": 5583.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4417.0
            }
        ],
        "expected_reward_tokens": 8876.97,
        "profit_sb": -123.03,
        "profit_sb_percentage": -1.37,
        "recommended": false
    },
    "lines": [
        {
            "id": "76981855-ec5b-41ed-bd65-9be322bd8a55",
            "gambit_id": "5df5365f-ffd8-4827-b046-680d691d2ebc",
            "last_updated": "2022-11-07T09:32:17.248594-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.59000",
            "odds": "1.67000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62e34b1e-a998-478c-97f6-a36decd55470/?format=api"
        },
        {
            "id": "6d5c8188-b870-4a75-a6ba-b732ada1ad0a",
            "gambit_id": "db8e702a-e98a-42cf-8786-5d3d57e252f8",
            "last_updated": "2022-11-07T09:32:17.249733-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62e34b1e-a998-478c-97f6-a36decd55470/?format=api"
        }
    ]
}