GET /api/bet_types/671cd5f2-e97f-4b9b-a6b0-196f10dd979d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "671cd5f2-e97f-4b9b-a6b0-196f10dd979d",
    "match": "https://api-prod.gambitprofit.com/api/matches/0f4d2032-d140-4b46-8da7-91d6b6bf724e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-14T05:58:10.153421-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 Under 7.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "9ab91ea2-02db-4dc7-af6f-5cde21dd94c8",
            "gambit_id": "40ce2cf8-de4d-4039-bf53-1cc74140e960",
            "last_updated": "2023-06-15T23:23:26.322760-04:00",
            "created_at": "2023-06-14T05:58:10.161197-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/671cd5f2-e97f-4b9b-a6b0-196f10dd979d/?format=api"
        },
        {
            "id": "1afcd7f9-32c3-44ce-9a7f-27c2bdbb6664",
            "gambit_id": "3dcb179d-1acd-4cb0-b215-f96e0d4fd2f6",
            "last_updated": "2023-06-15T23:23:26.321356-04:00",
            "created_at": "2023-06-14T05:58:10.158892-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/671cd5f2-e97f-4b9b-a6b0-196f10dd979d/?format=api"
        }
    ]
}