GET /api/bet_types/ecc84e4a-6851-4ced-90cb-a20e01d2040a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ecc84e4a-6851-4ced-90cb-a20e01d2040a",
    "match": "https://api-prod.gambitprofit.com/api/matches/297218bf-b5a4-4b94-958b-de0a9570a64d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-08T11:47:00.106344-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 7.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "a2f91300-62a9-4a04-8c4b-007097f38324",
            "gambit_id": "ef3b5704-b352-4a3b-baaf-9b81efc56737",
            "last_updated": "2023-05-09T11:22:22.144881-04:00",
            "created_at": "2023-05-08T11:47:00.109807-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecc84e4a-6851-4ced-90cb-a20e01d2040a/?format=api"
        },
        {
            "id": "a24f3477-13ad-4c43-abdb-672843993e31",
            "gambit_id": "1d2c871b-8ee8-4903-99df-46f733b1d37d",
            "last_updated": "2023-05-09T11:22:22.143633-04:00",
            "created_at": "2023-05-08T11:47:00.108207-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecc84e4a-6851-4ced-90cb-a20e01d2040a/?format=api"
        }
    ]
}