GET /api/bet_types/15bfd56b-b7c2-47a8-80a6-de6fea0d78dd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "15bfd56b-b7c2-47a8-80a6-de6fea0d78dd",
    "match": "https://api-prod.gambitprofit.com/api/matches/973d1af1-f95f-4e6e-9086-d32a48f1426c/?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 Under 8.5",
                "amount": 5204.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": 159.04,
        "profit_sb_percentage": 1.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "bae89b95-1a9d-47df-91ca-0ca6aa0afd33",
            "gambit_id": "2dd84c7c-1e9b-466b-8072-8502b6163bd3",
            "last_updated": "2022-08-16T13:57:07.401822-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15bfd56b-b7c2-47a8-80a6-de6fea0d78dd/?format=api"
        },
        {
            "id": "48431659-ca5c-4414-a48e-175877dabc1f",
            "gambit_id": "3f96e2bd-3e69-4417-b90d-0f1c77a93c31",
            "last_updated": "2022-08-16T13:57:07.402346-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15bfd56b-b7c2-47a8-80a6-de6fea0d78dd/?format=api"
        }
    ]
}