GET /api/bet_types/4d39222a-2214-4486-97d8-78c4ad8ecdcf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d39222a-2214-4486-97d8-78c4ad8ecdcf",
    "match": "https://api-prod.gambitprofit.com/api/matches/96c01468-4699-47f0-986c-f8bbf8ca81cf/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-24T09:31:50.403628-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": 5211.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4789.0
            }
        ],
        "expected_reward_tokens": 9482.22,
        "profit_sb": -17.78,
        "profit_sb_percentage": -0.19,
        "recommended": false
    },
    "lines": [
        {
            "id": "0d167b16-f360-4a34-b7bf-0a7565fc5a92",
            "gambit_id": "59fcf5f8-0970-4a8e-a696-527a1e85f1d0",
            "last_updated": "2023-01-25T14:27:10.945760-05:00",
            "created_at": "2023-01-24T09:31:50.406687-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.82000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d39222a-2214-4486-97d8-78c4ad8ecdcf/?format=api"
        },
        {
            "id": "eaef10e6-1016-4249-bc89-024493e2f1c6",
            "gambit_id": "4ce08ed0-ca59-4dd4-8621-063028e162da",
            "last_updated": "2023-01-25T14:27:10.944687-05:00",
            "created_at": "2023-01-24T09:31:50.405061-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.98000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d39222a-2214-4486-97d8-78c4ad8ecdcf/?format=api"
        }
    ]
}