GET /api/bet_types/377f0165-4da4-47b8-a5ab-af35e4775b10/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "377f0165-4da4-47b8-a5ab-af35e4775b10",
    "match": "https://api-prod.gambitprofit.com/api/matches/8dfe4c54-09db-4eab-8197-55f912169098/?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 Under 2.5",
                "amount": 5291.0
            },
            {
                "team": "Total Rounds Over 2.5",
                "amount": 4709.0
            }
        ],
        "expected_reward_tokens": 8994.19,
        "profit_sb": -5.81,
        "profit_sb_percentage": -0.06,
        "recommended": false
    },
    "lines": [
        {
            "id": "08c690df-9427-4544-b356-977e57cf11f9",
            "gambit_id": "a1bd82b6-9eee-44be-ab06-1c85f19a7b93",
            "last_updated": "2022-08-07T11:12:16.644910-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.70000",
            "odds": "1.76920",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/377f0165-4da4-47b8-a5ab-af35e4775b10/?format=api"
        },
        {
            "id": "f5390735-424e-46ab-a5a5-79aaad8e77a1",
            "gambit_id": "ab84c29b-47e0-4d6c-bd8b-d5ba4cf601c3",
            "last_updated": "2022-08-07T11:12:16.645406-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/377f0165-4da4-47b8-a5ab-af35e4775b10/?format=api"
        }
    ]
}