GET /api/bet_types/4a881455-a3df-4c3c-b227-8777f3f26cd1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4a881455-a3df-4c3c-b227-8777f3f26cd1",
    "match": "https://api-prod.gambitprofit.com/api/matches/64201377-dd68-4826-b968-cbfb6955544b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-08T09:23:23.653080-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 10",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 10",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "ce7a6fd4-59d1-4834-9763-af38925b77f1",
            "gambit_id": "a3695c1d-eb77-4605-8551-6da1749880f6",
            "last_updated": "2023-09-09T11:37:59.079002-04:00",
            "created_at": "2023-09-08T09:23:23.660941-04:00",
            "name": "Game Total Under 10",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a881455-a3df-4c3c-b227-8777f3f26cd1/?format=api"
        },
        {
            "id": "4b4893f1-a207-4598-9472-0dbbdd04962b",
            "gambit_id": "8ba0811a-d1d3-44bb-9341-129c971172bb",
            "last_updated": "2023-09-09T11:37:59.082165-04:00",
            "created_at": "2023-09-08T09:23:23.656965-04:00",
            "name": "Game Total Over 10",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a881455-a3df-4c3c-b227-8777f3f26cd1/?format=api"
        }
    ]
}