GET /api/bet_types/dc4630fc-3c4a-4f47-98f7-64ba580a19ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dc4630fc-3c4a-4f47-98f7-64ba580a19ef",
    "match": "https://api-prod.gambitprofit.com/api/matches/12a8fb5b-8d01-4432-9f1d-8955b0238dec/?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 6.5",
                "amount": 5583.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4417.0
            }
        ],
        "expected_reward_tokens": 9099.02,
        "profit_sb": 99.02,
        "profit_sb_percentage": 1.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "24d25790-d717-41cc-9cea-439e07f45381",
            "gambit_id": "462b4b35-e82b-4fb2-bf71-25e55cbfdd18",
            "last_updated": "2022-11-09T09:48:29.928045-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.63000",
            "odds": "1.71430",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc4630fc-3c4a-4f47-98f7-64ba580a19ef/?format=api"
        },
        {
            "id": "b8c2b3bb-b677-431e-84e7-300f54fdd7f7",
            "gambit_id": "31cfdcda-274c-4053-b9b4-e39c94e286f2",
            "last_updated": "2022-11-09T09:48:29.926989-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.06000",
            "odds": "2.20000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc4630fc-3c4a-4f47-98f7-64ba580a19ef/?format=api"
        }
    ]
}