GET /api/bet_types/74ee0441-87f5-4d1b-ac34-7e0e67aab605/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "74ee0441-87f5-4d1b-ac34-7e0e67aab605",
    "match": "https://api-prod.gambitprofit.com/api/matches/75cac186-eb4b-435e-a0c2-0909a9ed353a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-24T13:27:13.944051-04: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 8",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "be84bfb1-a697-43a8-a3ce-794c83eb1ef0",
            "gambit_id": "10f733ae-c546-439b-a9fd-1e2bf77a700e",
            "last_updated": "2023-04-25T11:42:23.623327-04:00",
            "created_at": "2023-04-24T13:27:13.946668-04:00",
            "name": "Game Total Under 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74ee0441-87f5-4d1b-ac34-7e0e67aab605/?format=api"
        },
        {
            "id": "b512aa13-f2c9-4332-86ed-225ecf782c7e",
            "gambit_id": "926f63ae-34c9-475d-9856-f7fb88a22b38",
            "last_updated": "2023-04-25T11:42:23.625380-04:00",
            "created_at": "2023-04-24T13:27:13.949257-04:00",
            "name": "Game Total Over 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74ee0441-87f5-4d1b-ac34-7e0e67aab605/?format=api"
        }
    ]
}