GET /api/bet_types/a6450b14-610c-4d62-989f-111f30eb3ff6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a6450b14-610c-4d62-989f-111f30eb3ff6",
    "match": "https://api-prod.gambitprofit.com/api/matches/eca78d3d-0673-4b02-a410-c43e19350d5c/?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 Over 2.5",
                "amount": 5742.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4258.0
            }
        ],
        "expected_reward_tokens": 8899.22,
        "profit_sb": -100.78,
        "profit_sb_percentage": -1.12,
        "recommended": false
    },
    "lines": [
        {
            "id": "e0d50a4a-8cd9-4358-9ac0-2bc95713006a",
            "gambit_id": "8eeedcbb-b233-474f-8400-cb4d70cdc8aa",
            "last_updated": "2022-08-22T13:02:05.203160-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.55000",
            "odds": "1.60000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6450b14-610c-4d62-989f-111f30eb3ff6/?format=api"
        },
        {
            "id": "d216dce6-0cbc-4314-a85b-235312294a02",
            "gambit_id": "4cdef7c0-653d-4873-b5a0-13baf2e9a6f4",
            "last_updated": "2022-08-22T13:02:05.202640-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.09000",
            "odds": "2.20000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6450b14-610c-4d62-989f-111f30eb3ff6/?format=api"
        }
    ]
}