GET /api/bet_types/862c497b-9a08-42ba-a795-2d89ae1a651e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "862c497b-9a08-42ba-a795-2d89ae1a651e",
    "match": "https://api-prod.gambitprofit.com/api/matches/acd8a3af-4522-4d33-8b0b-23afae31e6ca/?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 237.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 237.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "6df58fa9-194f-466c-928f-39fff90bd64e",
            "gambit_id": "7e65cda2-eb2d-468d-b932-c475b7811a8b",
            "last_updated": "2022-12-03T09:52:35.910876-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 237.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "237.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/862c497b-9a08-42ba-a795-2d89ae1a651e/?format=api"
        },
        {
            "id": "0c0e983f-cb9c-48d3-81a4-09d8a4d4b6ee",
            "gambit_id": "662e3190-7474-430b-8a79-d7bdb9fa52de",
            "last_updated": "2022-12-03T09:52:35.909681-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 237.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "237.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/862c497b-9a08-42ba-a795-2d89ae1a651e/?format=api"
        }
    ]
}