GET /api/bet_types/c9bc6204-31c4-4174-8429-ba466060c256/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c9bc6204-31c4-4174-8429-ba466060c256",
    "match": "https://api-prod.gambitprofit.com/api/matches/97103be4-0893-4602-8b98-96c82b62c1e2/?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 61.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 61.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "ed998b64-781d-49bd-b209-b0393804f837",
            "gambit_id": "c4c62dd6-f40c-4c35-9ded-c22c85b21d54",
            "last_updated": "2022-09-25T21:17:17.862184-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 61.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "61.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9bc6204-31c4-4174-8429-ba466060c256/?format=api"
        },
        {
            "id": "8c61e0c1-be97-4ca3-ae2d-8c60bfd49c4f",
            "gambit_id": "b4f52ae6-b24f-4a54-a1e0-5adce64cce19",
            "last_updated": "2022-09-25T21:17:17.861092-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 61.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "61.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9bc6204-31c4-4174-8429-ba466060c256/?format=api"
        }
    ]
}