GET /api/bet_types/b2b638ff-fd2a-4b6d-8377-4971b88330ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b2b638ff-fd2a-4b6d-8377-4971b88330ef",
    "match": "https://api-prod.gambitprofit.com/api/matches/6243048b-e709-4613-8141-337dd9fbb366/?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 53.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 53.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "a394bd69-4cdc-4bc7-b9e9-62050c93879e",
            "gambit_id": "a731282d-146c-4aaa-aa98-e23b91c34930",
            "last_updated": "2022-11-06T08:17:22.011820-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 53.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "53.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2b638ff-fd2a-4b6d-8377-4971b88330ef/?format=api"
        },
        {
            "id": "2b048014-02c6-43d9-ae83-716e45dde544",
            "gambit_id": "d69ccd54-3c37-4aee-9ad7-69b23a6c85a1",
            "last_updated": "2022-11-06T08:17:22.012953-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 53.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "53.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2b638ff-fd2a-4b6d-8377-4971b88330ef/?format=api"
        }
    ]
}