GET /api/bet_types/c22b1418-163b-4672-908f-2e53b37ba19e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c22b1418-163b-4672-908f-2e53b37ba19e",
    "match": "https://api-prod.gambitprofit.com/api/matches/01e3e977-39e0-4036-a52a-77adf1b31762/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-16T08:23:00.007206-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 Over 8.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a5053b66-05b3-44fa-80d0-0246d52a00c7",
            "gambit_id": "28702440-c5c8-419d-9d47-9affd107b0c9",
            "last_updated": "2023-06-17T14:58:02.194853-04:00",
            "created_at": "2023-06-16T08:23:00.008548-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c22b1418-163b-4672-908f-2e53b37ba19e/?format=api"
        },
        {
            "id": "b11b4b7d-47bd-4904-99a0-ab330d042dc5",
            "gambit_id": "1e95738a-603c-4dc9-a399-ff0a31aa173f",
            "last_updated": "2023-06-17T14:58:02.196744-04:00",
            "created_at": "2023-06-16T08:23:00.009964-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c22b1418-163b-4672-908f-2e53b37ba19e/?format=api"
        }
    ]
}