GET /api/bet_types/2fbc21ff-6453-4c04-b0a7-2bcfa1775dd5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2fbc21ff-6453-4c04-b0a7-2bcfa1775dd5",
    "match": "https://api-prod.gambitprofit.com/api/matches/7283159a-da3c-4bec-867f-dcb74e694e91/?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": 5796.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 4204.0
            }
        ],
        "expected_reward_tokens": 9331.56,
        "profit_sb": -168.44,
        "profit_sb_percentage": -1.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "8f4cdad9-26a1-4f9e-bef7-7de82c862797",
            "gambit_id": "5b5bbbc1-1f4a-4d1b-8ac0-b71c9e4cc6b6",
            "last_updated": "2022-10-31T11:17:00.479857-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.61000",
            "odds": "1.62500",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2fbc21ff-6453-4c04-b0a7-2bcfa1775dd5/?format=api"
        },
        {
            "id": "94ce98c5-86b4-4abe-bff5-17dd9f4a34dc",
            "gambit_id": "d0b68506-6c1e-4078-bf8d-e8ae58cacb79",
            "last_updated": "2022-10-31T11:17:00.481006-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Under 2.5",
            "reward": "2.22000",
            "odds": "2.25000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2fbc21ff-6453-4c04-b0a7-2bcfa1775dd5/?format=api"
        }
    ]
}