GET /api/bet_types/80a97b60-57a0-48ac-b0d5-59e1af8cb2af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "80a97b60-57a0-48ac-b0d5-59e1af8cb2af",
    "match": "https://api-prod.gambitprofit.com/api/matches/2e0bc900-ddb8-4e72-b3c5-ef4cfba6803d/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-05: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 Over 2.5",
                "amount": 5665.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 4335.0
            }
        ],
        "expected_reward_tokens": 9233.55,
        "profit_sb": -266.45,
        "profit_sb_percentage": -2.8,
        "recommended": false
    },
    "lines": [
        {
            "id": "458f677f-21d1-4e0f-a073-c8462f539b44",
            "gambit_id": "b0fdf579-2f61-4cd1-abd2-4bbae00f313d",
            "last_updated": "2022-10-17T10:42:37.230579-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.63000",
            "odds": "1.66670",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80a97b60-57a0-48ac-b0d5-59e1af8cb2af/?format=api"
        },
        {
            "id": "b8f4e619-e247-46bd-92c9-8b37309922f3",
            "gambit_id": "ae6120af-c30d-4100-ac39-7a82d5dd7104",
            "last_updated": "2022-10-17T10:42:37.229416-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Under 2.5",
            "reward": "2.13000",
            "odds": "2.20000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80a97b60-57a0-48ac-b0d5-59e1af8cb2af/?format=api"
        }
    ]
}