GET /api/bet_types/648d3dfa-8f5f-4640-aa1e-ec603cd2fe88/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "648d3dfa-8f5f-4640-aa1e-ec603cd2fe88",
    "match": "https://api-prod.gambitprofit.com/api/matches/8a5ccc6e-257b-4503-a4e5-507c457c6183/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-18T08:43:15.465471-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "20934513-78fa-46a8-934c-83c24d1ce82f",
            "gambit_id": "6b8c0e93-5574-45d5-b6b3-37721e2c4164",
            "last_updated": "2023-08-19T10:53:26.660551-04:00",
            "created_at": "2023-08-18T08:43:15.470067-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/648d3dfa-8f5f-4640-aa1e-ec603cd2fe88/?format=api"
        },
        {
            "id": "88c96d66-db44-4ba1-8b81-ace599d9c401",
            "gambit_id": "a0549359-3f43-480f-9919-2f06dc02b24b",
            "last_updated": "2023-08-19T10:53:26.663663-04:00",
            "created_at": "2023-08-18T08:43:15.474351-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/648d3dfa-8f5f-4640-aa1e-ec603cd2fe88/?format=api"
        }
    ]
}