GET /api/bet_types/d49bbbcc-5120-4e3c-8ab3-afb573d50f5c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d49bbbcc-5120-4e3c-8ab3-afb573d50f5c",
    "match": "https://api-prod.gambitprofit.com/api/matches/39021401-bce3-458e-a078-e4905f04d1b8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-17T11:33:23.944849-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 Over 2.5",
                "amount": 5190.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 4810.0
            }
        ],
        "expected_reward_tokens": 9186.3,
        "profit_sb": -313.7,
        "profit_sb_percentage": -3.3,
        "recommended": false
    },
    "lines": [
        {
            "id": "591eb6ce-5b8e-4396-9f4f-5eaa6570dda0",
            "gambit_id": "fd7c7085-ce2f-428e-8391-e3ec86354c03",
            "last_updated": "2023-06-18T20:18:30.679472-04:00",
            "created_at": "2023-06-17T11:33:23.947110-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d49bbbcc-5120-4e3c-8ab3-afb573d50f5c/?format=api"
        },
        {
            "id": "55e7a049-591b-4439-aa80-508eeb1d21a4",
            "gambit_id": "89a57db9-4086-4592-9e99-010ecb2678f4",
            "last_updated": "2023-06-18T20:18:30.681745-04:00",
            "created_at": "2023-06-17T11:33:23.949069-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d49bbbcc-5120-4e3c-8ab3-afb573d50f5c/?format=api"
        }
    ]
}