GET /api/bet_types/7abc8ace-6620-4e93-b4eb-d97e30b7bf2b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7abc8ace-6620-4e93-b4eb-d97e30b7bf2b",
    "match": "https://api-prod.gambitprofit.com/api/matches/d995a9d1-8511-46c3-b991-dc083a0b0218/?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 2.5",
                "amount": 6095.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3905.0
            }
        ],
        "expected_reward_tokens": 9020.55,
        "profit_sb": 20.55,
        "profit_sb_percentage": 0.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "11403d46-d943-4453-b621-c908bcfd3b6e",
            "gambit_id": "d3cece28-589d-4211-a3c9-fe9bd3884648",
            "last_updated": "2022-09-07T12:46:56.232624-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.48000",
            "odds": "1.53000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7abc8ace-6620-4e93-b4eb-d97e30b7bf2b/?format=api"
        },
        {
            "id": "4c1bb6d2-c43c-4f29-959c-30687103dd38",
            "gambit_id": "cb910701-517c-4e65-9a03-ecd141db34ca",
            "last_updated": "2022-09-07T12:46:56.231528-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.31000",
            "odds": "2.45000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7abc8ace-6620-4e93-b4eb-d97e30b7bf2b/?format=api"
        }
    ]
}