GET /api/bet_types/a563d233-e1d7-486a-bf96-ef67bef6ecac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a563d233-e1d7-486a-bf96-ef67bef6ecac",
    "match": "https://api-prod.gambitprofit.com/api/matches/eaa623e8-8f90-40dc-a4e8-6b0938249f78/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-04T10:37:55.335486-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": 5317.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "a465356f-44f7-4e5d-97e0-e6dd1587d827",
            "gambit_id": "53832bf7-ac89-4c51-80b0-9540bdda4717",
            "last_updated": "2023-03-06T11:42:13.521733-05:00",
            "created_at": "2023-03-04T10:37:55.337983-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a563d233-e1d7-486a-bf96-ef67bef6ecac/?format=api"
        },
        {
            "id": "25679682-659c-41a0-85fa-c999d1b99836",
            "gambit_id": "98d8bc90-3bbc-40b4-a4b4-6f35746b4837",
            "last_updated": "2023-03-06T11:42:13.520594-05:00",
            "created_at": "2023-03-04T10:37:55.336737-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a563d233-e1d7-486a-bf96-ef67bef6ecac/?format=api"
        }
    ]
}