GET /api/bet_types/ae578d7a-f4d2-498c-9d42-dc7907904d7d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae578d7a-f4d2-498c-9d42-dc7907904d7d",
    "match": "https://api-prod.gambitprofit.com/api/matches/bc791bb0-03d5-4330-9e7d-af6169576c3b/?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": "7676c8ca-578d-4c0f-82df-1bf414ba2ebe",
            "gambit_id": "b563a13c-c336-45c3-a092-31897ebc15c5",
            "last_updated": "2022-10-17T10:42:37.829745-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/ae578d7a-f4d2-498c-9d42-dc7907904d7d/?format=api"
        },
        {
            "id": "56ac243b-d11b-48bc-ad5f-60f3b3cc10fe",
            "gambit_id": "a4382cb9-e175-4c68-9285-febd8eb10cbc",
            "last_updated": "2022-10-17T10:42:37.825650-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/ae578d7a-f4d2-498c-9d42-dc7907904d7d/?format=api"
        }
    ]
}