GET /api/bet_types/da9a102a-a956-43f2-83fe-c7ec68a85eb8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "da9a102a-a956-43f2-83fe-c7ec68a85eb8",
    "match": "https://api-prod.gambitprofit.com/api/matches/b22f7891-b905-4864-9cc5-f0851ed35782/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-18T08:43:14.285382-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": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "8e44736a-f83f-4bd7-93e8-b0682876bfd1",
            "gambit_id": "367a979f-cd09-42e2-8280-b344d8c88818",
            "last_updated": "2023-08-21T10:13:05.525599-04:00",
            "created_at": "2023-08-18T08:43:14.297444-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da9a102a-a956-43f2-83fe-c7ec68a85eb8/?format=api"
        },
        {
            "id": "21aca928-36dd-4239-ae1c-02f34326a3eb",
            "gambit_id": "c1201e88-1ada-42f9-bd78-298002a138b2",
            "last_updated": "2023-08-21T10:13:05.521711-04:00",
            "created_at": "2023-08-18T08:43:14.289612-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da9a102a-a956-43f2-83fe-c7ec68a85eb8/?format=api"
        }
    ]
}