GET /api/bet_types/1fa348dc-f7cc-4d91-8db0-c8fa8931c81e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1fa348dc-f7cc-4d91-8db0-c8fa8931c81e",
    "match": "https://api-prod.gambitprofit.com/api/matches/4a38930e-f2a7-472b-9fa4-5d4e01ae8f6c/?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 Over 2.5",
                "amount": 5742.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4258.0
            }
        ],
        "expected_reward_tokens": 8899.22,
        "profit_sb": -100.78,
        "profit_sb_percentage": -1.12,
        "recommended": false
    },
    "lines": [
        {
            "id": "28bd5c8a-2718-48b9-b58e-d858729fae34",
            "gambit_id": "9a1b88b4-fdb7-439b-8858-762c08ddb10b",
            "last_updated": "2022-08-15T13:47:13.439528-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.55000",
            "odds": "1.60000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fa348dc-f7cc-4d91-8db0-c8fa8931c81e/?format=api"
        },
        {
            "id": "3fa9c151-a59e-46ce-a63d-f2cf6d770b65",
            "gambit_id": "2c913ca7-fd7d-4d4c-9de0-9c7e5504100c",
            "last_updated": "2022-08-15T13:47:13.439022-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.09000",
            "odds": "2.20000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fa348dc-f7cc-4d91-8db0-c8fa8931c81e/?format=api"
        }
    ]
}