GET /api/bet_types/37856c65-b77f-4d7d-bc4e-0045f3712cc5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "37856c65-b77f-4d7d-bc4e-0045f3712cc5",
    "match": "https://api-prod.gambitprofit.com/api/matches/c0a1a4f2-05ed-46a2-a11c-e8e43eb7e19c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-11T13:06:54.687280-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 Under 2.5",
                "amount": 5505.0
            },
            {
                "team": "Total Rounds Over 2.5",
                "amount": 4495.0
            }
        ],
        "expected_reward_tokens": 9303.45,
        "profit_sb": -196.55,
        "profit_sb_percentage": -2.07,
        "recommended": false
    },
    "lines": [
        {
            "id": "10df9674-846b-47c0-baed-3442b9b63688",
            "gambit_id": "66403abe-7cbd-4f78-bfb0-3d8e14401613",
            "last_updated": "2023-02-12T10:51:48.059670-05:00",
            "created_at": "2023-02-11T13:06:54.688894-05:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37856c65-b77f-4d7d-bc4e-0045f3712cc5/?format=api"
        },
        {
            "id": "5c149700-007e-48c9-b5f7-e640156d3d5f",
            "gambit_id": "01f2d5da-025d-4552-aca8-71abf7e2700d",
            "last_updated": "2023-02-12T10:51:48.060868-05:00",
            "created_at": "2023-02-11T13:06:54.690347-05:00",
            "name": "Total Rounds Over 2.5",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37856c65-b77f-4d7d-bc4e-0045f3712cc5/?format=api"
        }
    ]
}