GET /api/bet_types/866c04e3-90ef-41f3-b8c2-04ecb3d55359/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "866c04e3-90ef-41f3-b8c2-04ecb3d55359",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac963421-7dff-46f2-bf3c-82087c57bd49/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-06T09:13:05.755280-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": 5107.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "1bbe9a12-ef13-4fd9-bdeb-fd813cbf27b2",
            "gambit_id": "425604ec-36c5-4166-babe-200e12555edd",
            "last_updated": "2023-12-07T21:53:10.867213-05:00",
            "created_at": "2023-12-06T09:13:05.759849-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/866c04e3-90ef-41f3-b8c2-04ecb3d55359/?format=api"
        },
        {
            "id": "e6c57c22-9df2-4cf3-93a7-368d8af8dda9",
            "gambit_id": "89851763-c803-4bc5-93b5-0feda4edca7e",
            "last_updated": "2023-12-07T21:53:10.870592-05:00",
            "created_at": "2023-12-06T09:13:05.764261-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/866c04e3-90ef-41f3-b8c2-04ecb3d55359/?format=api"
        }
    ]
}