GET /api/bet_types/7344686e-a196-4d79-a018-a7f3deb9bdfb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7344686e-a196-4d79-a018-a7f3deb9bdfb",
    "match": "https://api-prod.gambitprofit.com/api/matches/fbb295c2-ec0e-4180-87d2-ef9dda5bd60b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-17T21:11:48.887978-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 2.5",
                "amount": 6134.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3866.0
            }
        ],
        "expected_reward_tokens": 9201.0,
        "profit_sb": -299.0,
        "profit_sb_percentage": -3.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "c557acc5-9d05-43f7-b2d5-79f9d565c204",
            "gambit_id": "c6602d85-e6a7-423f-a364-f346b6ff6c90",
            "last_updated": "2023-05-19T11:07:16.597506-04:00",
            "created_at": "2023-05-17T21:11:48.893665-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.50000",
            "odds": "1.53000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7344686e-a196-4d79-a018-a7f3deb9bdfb/?format=api"
        },
        {
            "id": "fe176df3-1ce5-4bc3-8c9d-7b203a3a5ed6",
            "gambit_id": "564f5706-d483-4d67-ab8f-522cf543fbe8",
            "last_updated": "2023-05-19T11:07:16.595796-04:00",
            "created_at": "2023-05-17T21:11:48.891035-04:00",
            "name": "Game Total Under 2.5",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7344686e-a196-4d79-a018-a7f3deb9bdfb/?format=api"
        }
    ]
}