GET /api/bet_types/9613a6b5-18a3-4782-a540-780c9520a14d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9613a6b5-18a3-4782-a540-780c9520a14d",
    "match": "https://api-prod.gambitprofit.com/api/matches/41537021-d31e-4452-8ec7-52e2c7807dc5/?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 7",
                "amount": 5316.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "1ad430ee-6dcf-4fce-989f-80218b1a28ed",
            "gambit_id": "a1feccf0-f208-4431-a240-01b9f2b585ef",
            "last_updated": "2022-10-21T20:42:21.456707-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9613a6b5-18a3-4782-a540-780c9520a14d/?format=api"
        },
        {
            "id": "e043a665-96dd-4ad8-b731-ae4938269c2c",
            "gambit_id": "f78067a0-8685-453c-b48d-20c390d6e510",
            "last_updated": "2022-10-21T20:42:21.457929-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9613a6b5-18a3-4782-a540-780c9520a14d/?format=api"
        }
    ]
}