GET /api/bet_types/feba7d0a-f2eb-41a1-86d1-30e0b9ab5f99/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "feba7d0a-f2eb-41a1-86d1-30e0b9ab5f99",
    "match": "https://api-prod.gambitprofit.com/api/matches/a16827ed-0330-4749-89d5-bcaf94464820/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-04T09:43:05.575772-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": "7d3da352-7ddd-4a6d-a290-1404b472e8d6",
            "gambit_id": "13ca0df7-079a-40a7-8a40-4fbbbfa3e9e1",
            "last_updated": "2023-07-05T18:53:21.619364-04:00",
            "created_at": "2023-07-04T09:43:05.580569-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/feba7d0a-f2eb-41a1-86d1-30e0b9ab5f99/?format=api"
        },
        {
            "id": "48064a98-c250-40f8-bd60-2f9141ef1eae",
            "gambit_id": "971e0d1a-7704-48d5-90e6-6824584b24a5",
            "last_updated": "2023-07-05T18:53:21.617937-04:00",
            "created_at": "2023-07-04T09:43:05.578051-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/feba7d0a-f2eb-41a1-86d1-30e0b9ab5f99/?format=api"
        }
    ]
}