GET /api/bet_types/e2667ef5-ab91-46ba-854d-f195c649ac22/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e2667ef5-ab91-46ba-854d-f195c649ac22",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f08673e-9cd5-4400-a7bd-6ea0361750a3/?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": "Game Total Over 227.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 227.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "186ca194-8112-4c6d-9a1b-c0fa1cf4c802",
            "gambit_id": "d553e8fe-1b06-4813-b936-6f49436f4439",
            "last_updated": "2022-10-25T10:02:14.847327-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 227.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2667ef5-ab91-46ba-854d-f195c649ac22/?format=api"
        },
        {
            "id": "341d3f7f-34e3-4ece-9315-291f442b77c3",
            "gambit_id": "1852dbdc-389c-40c3-b7ed-ea79c73b4d35",
            "last_updated": "2022-10-25T10:02:14.846175-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 227.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2667ef5-ab91-46ba-854d-f195c649ac22/?format=api"
        }
    ]
}