GET /api/bet_types/3c1a431e-4db7-43c6-be1b-555c68120da9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3c1a431e-4db7-43c6-be1b-555c68120da9",
    "match": "https://api-prod.gambitprofit.com/api/matches/2697b3fa-807a-4002-ab3e-2c3e59e15d0a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-14T19:38:23.257230-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": "Total Rounds Under 2.5",
                "amount": 5204.0
            },
            {
                "team": "Total Rounds Over 2.5",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": -340.96,
        "profit_sb_percentage": -3.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "5764b7ad-2d0a-41ca-8d4a-16dfaa9b54d5",
            "gambit_id": "2769685c-3bb5-443d-9656-03e2c8971f69",
            "last_updated": "2023-10-21T19:58:00.878548-04:00",
            "created_at": "2023-10-14T19:38:23.267784-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c1a431e-4db7-43c6-be1b-555c68120da9/?format=api"
        },
        {
            "id": "87788614-2b81-48a1-b2b8-50a680e01aab",
            "gambit_id": "e1a08f1e-919c-4044-8d6f-eea769e16a74",
            "last_updated": "2023-10-21T19:58:00.874668-04:00",
            "created_at": "2023-10-14T19:38:23.261497-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c1a431e-4db7-43c6-be1b-555c68120da9/?format=api"
        }
    ]
}