GET /api/bet_types/9eb8db49-5ef6-4c08-8a1a-78a6810583b3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9eb8db49-5ef6-4c08-8a1a-78a6810583b3",
    "match": "https://api-prod.gambitprofit.com/api/matches/65758c60-065a-4f86-bfbb-a329428799bf/?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 235",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 235",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "fe41718a-f961-4435-9a8d-60592d64f071",
            "gambit_id": "f21d69a7-6b98-4efa-b449-05c2785822f1",
            "last_updated": "2022-10-20T09:36:59.668795-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 235",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "235.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9eb8db49-5ef6-4c08-8a1a-78a6810583b3/?format=api"
        },
        {
            "id": "79be3636-751c-4cb1-ad12-9dd1dc05cc90",
            "gambit_id": "05a29fca-34aa-4829-9ef5-13a32f3177c0",
            "last_updated": "2022-10-20T09:36:59.669977-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 235",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "235.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9eb8db49-5ef6-4c08-8a1a-78a6810583b3/?format=api"
        }
    ]
}