GET /api/bet_types/f0433537-c807-4f55-862f-64642212d952/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f0433537-c807-4f55-862f-64642212d952",
    "match": "https://api-prod.gambitprofit.com/api/matches/a8bd61d8-d992-4085-aaac-f3f626b850dd/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-05T09:53:21.286253-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 Over 10.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 10.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "0f238f98-7abb-46b9-9f08-c864e588e897",
            "gambit_id": "1f982a8c-aee0-4f16-a483-bd61647060d3",
            "last_updated": "2023-09-06T13:43:19.853601-04:00",
            "created_at": "2023-09-05T09:53:21.291789-04:00",
            "name": "Game Total Over 10.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0433537-c807-4f55-862f-64642212d952/?format=api"
        },
        {
            "id": "7b773675-ed4d-44cc-bfb9-0d771c162ad9",
            "gambit_id": "3f22c9bf-4a4b-46eb-ba25-c43da31c712c",
            "last_updated": "2023-09-06T13:43:19.857047-04:00",
            "created_at": "2023-09-05T09:53:21.296933-04:00",
            "name": "Game Total Under 10.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0433537-c807-4f55-862f-64642212d952/?format=api"
        }
    ]
}