GET /api/bet_types/f8cd3139-7c7a-491d-8bfc-8b32bae3e36d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f8cd3139-7c7a-491d-8bfc-8b32bae3e36d",
    "match": "https://api-prod.gambitprofit.com/api/matches/2cd1b0a1-7f90-494d-b6aa-8bde5045834c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-11T09:32:02.706660-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",
                "amount": 5098.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "41db9b85-3bfd-476a-8928-d667266d69bb",
            "gambit_id": "93ec4828-695e-49e5-9c04-8fd5837083ba",
            "last_updated": "2023-01-12T18:27:08.894884-05:00",
            "created_at": "2023-01-11T09:32:02.709985-05:00",
            "name": "Game Total Over 6",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8cd3139-7c7a-491d-8bfc-8b32bae3e36d/?format=api"
        },
        {
            "id": "79cd369a-1f41-4ac9-9e70-3cd5bdb04340",
            "gambit_id": "84ab3258-9a52-4776-bb41-f7631580dac4",
            "last_updated": "2023-01-12T18:27:08.893706-05:00",
            "created_at": "2023-01-11T09:32:02.708285-05:00",
            "name": "Game Total Under 6",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8cd3139-7c7a-491d-8bfc-8b32bae3e36d/?format=api"
        }
    ]
}