GET /api/bet_types/123e912a-b7f9-4bd7-b5b9-eef73af7a524/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "123e912a-b7f9-4bd7-b5b9-eef73af7a524",
    "match": "https://api-prod.gambitprofit.com/api/matches/fc10d089-314f-4d61-91a5-354da6634879/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-14T15:12:21.392405-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": "Total Rounds Under 2.5",
                "amount": 5000.0
            },
            {
                "team": "Total Rounds Over 2.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": -350.0,
        "profit_sb_percentage": -3.68,
        "recommended": false
    },
    "lines": [
        {
            "id": "04857a73-5306-47f3-a7e4-58ad25a52c3e",
            "gambit_id": "f552737a-cf7d-4fa0-90a9-22d6972e4d82",
            "last_updated": "2023-04-17T11:42:06.208763-04:00",
            "created_at": "2023-04-14T15:12:21.394039-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/123e912a-b7f9-4bd7-b5b9-eef73af7a524/?format=api"
        },
        {
            "id": "1317f281-e1a1-427c-844e-45f841b3e7cd",
            "gambit_id": "6534aae0-84b9-480d-b7a9-136176c6b757",
            "last_updated": "2023-04-17T11:42:06.212117-04:00",
            "created_at": "2023-04-14T15:12:21.395848-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/123e912a-b7f9-4bd7-b5b9-eef73af7a524/?format=api"
        }
    ]
}