GET /api/bet_types/f9739a24-76ff-4d81-bf65-511751477c9f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f9739a24-76ff-4d81-bf65-511751477c9f",
    "match": "https://api-prod.gambitprofit.com/api/matches/697d33b0-8bc9-4422-8c9c-ce18c1762c34/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-21T08:53:24.205463-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 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "5fd6a134-87f0-4faa-948c-18ed3a70e503",
            "gambit_id": "e1fb7341-174f-485e-991a-cc1f217a86e3",
            "last_updated": "2023-07-22T11:28:27.564763-04:00",
            "created_at": "2023-07-21T08:53:24.209099-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9739a24-76ff-4d81-bf65-511751477c9f/?format=api"
        },
        {
            "id": "3eac1770-7eea-4492-a9ad-9f83739e8e4c",
            "gambit_id": "8c258bbf-61ff-49ef-9cb3-bc01f18efc1e",
            "last_updated": "2023-07-22T11:28:27.561429-04:00",
            "created_at": "2023-07-21T08:53:24.207105-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9739a24-76ff-4d81-bf65-511751477c9f/?format=api"
        }
    ]
}