GET /api/bet_types/09eb8118-0b7b-4dce-bc42-a2263428dd49/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "09eb8118-0b7b-4dce-bc42-a2263428dd49",
    "match": "https://api-prod.gambitprofit.com/api/matches/4de8cde7-c4c8-4d90-892f-356ef155be8a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-21T10:17:16.069023-04: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 9.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "5cbf4777-7940-4136-ba05-039ce6a5749b",
            "gambit_id": "aab950eb-972d-455c-b082-f78912e3f1f4",
            "last_updated": "2023-05-22T14:42:19.947104-04:00",
            "created_at": "2023-05-21T10:17:16.071382-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09eb8118-0b7b-4dce-bc42-a2263428dd49/?format=api"
        },
        {
            "id": "e1aa700d-1d88-490d-937a-4632a48afbf8",
            "gambit_id": "c586c99f-9c04-4f01-89c3-72e10685616f",
            "last_updated": "2023-05-22T14:42:19.948256-04:00",
            "created_at": "2023-05-21T10:17:16.073574-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09eb8118-0b7b-4dce-bc42-a2263428dd49/?format=api"
        }
    ]
}