GET /api/bet_types/17d431d5-1626-4e1f-aa92-0cdc2a05c21a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "17d431d5-1626-4e1f-aa92-0cdc2a05c21a",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f90028b-93f9-4710-9163-b8ba9756ff1b/?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 2.5",
                "amount": 5912.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4088.0
            }
        ],
        "expected_reward_tokens": 8748.32,
        "profit_sb": -251.68,
        "profit_sb_percentage": -2.8,
        "recommended": false
    },
    "lines": [
        {
            "id": "fce07936-82de-4ce3-afa3-bf0783f6dcc7",
            "gambit_id": "c96cea75-e535-4b42-8e28-bb46f9ee7dba",
            "last_updated": "2022-11-24T09:27:07.209634-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.48000",
            "odds": "1.55000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17d431d5-1626-4e1f-aa92-0cdc2a05c21a/?format=api"
        },
        {
            "id": "4954c253-15cb-4808-8b7f-2e1fba35b587",
            "gambit_id": "e2a9743a-5446-4db4-a313-a04f828a5fc8",
            "last_updated": "2022-11-24T09:27:07.210865-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "2.14000",
            "odds": "2.30000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17d431d5-1626-4e1f-aa92-0cdc2a05c21a/?format=api"
        }
    ]
}