GET /api/bet_types/e7039a72-e69d-40b6-a91b-ff75ec3c530b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e7039a72-e69d-40b6-a91b-ff75ec3c530b",
    "match": "https://api-prod.gambitprofit.com/api/matches/29117b2c-ee99-4324-8b67-f1c85dc4ba5a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-16T17:37:17.259928-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 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "7ccc95df-2671-42a6-a784-1c6abca5239d",
            "gambit_id": "bef45b58-5ff4-488b-9670-81ea35ebe01f",
            "last_updated": "2023-03-17T13:52:05.566281-04:00",
            "created_at": "2023-03-16T17:37:17.263357-04:00",
            "name": "Game Total Over 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7039a72-e69d-40b6-a91b-ff75ec3c530b/?format=api"
        },
        {
            "id": "388f928d-3775-466f-a2ce-c2f1cabb5b8d",
            "gambit_id": "40abae35-3381-4b7b-9c90-0d8071fcf946",
            "last_updated": "2023-03-17T13:52:05.565252-04:00",
            "created_at": "2023-03-16T17:37:17.261504-04:00",
            "name": "Game Total Under 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7039a72-e69d-40b6-a91b-ff75ec3c530b/?format=api"
        }
    ]
}