GET /api/bet_types/89e5cdb1-3c9a-41c5-aef4-4a482f55cc1f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "89e5cdb1-3c9a-41c5-aef4-4a482f55cc1f",
    "match": "https://api-prod.gambitprofit.com/api/matches/5ed8ff4e-4b21-4820-81d9-e0f7d3578a4f/?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 220.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 220.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "cfbd9c40-b747-4118-84b1-15b53851f1c5",
            "gambit_id": "f4baccce-fe5d-4826-9e89-a91193014d99",
            "last_updated": "2022-12-12T09:37:28.286978-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 220.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "220.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89e5cdb1-3c9a-41c5-aef4-4a482f55cc1f/?format=api"
        },
        {
            "id": "b8e7951d-0ee3-449c-b502-23b0fd463fb5",
            "gambit_id": "f83a0a44-ee3c-423f-a71f-19b8b5111cbc",
            "last_updated": "2022-12-12T09:37:28.288114-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 220.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "220.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89e5cdb1-3c9a-41c5-aef4-4a482f55cc1f/?format=api"
        }
    ]
}