GET /api/bet_types/e67cfd75-b617-4d04-99f2-346f08193295/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e67cfd75-b617-4d04-99f2-346f08193295",
    "match": "https://api-prod.gambitprofit.com/api/matches/4647b879-7c59-45bf-b0bb-a31f9a779aae/?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 51.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 51.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": 250.0,
        "profit_sb_percentage": 2.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "d725107d-3c1a-4885-91d9-ce17b33e0595",
            "gambit_id": "b5e91a61-e8f6-4906-98f3-c6e62b4cb709",
            "last_updated": "2022-10-02T20:02:04.318531-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 51.5",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "51.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e67cfd75-b617-4d04-99f2-346f08193295/?format=api"
        },
        {
            "id": "a348f186-4877-45ec-a28c-14dd27a527a0",
            "gambit_id": "62442205-e38f-4825-b0ca-f03f1b1a7c94",
            "last_updated": "2022-10-02T20:02:04.319514-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 51.5",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "51.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e67cfd75-b617-4d04-99f2-346f08193295/?format=api"
        }
    ]
}