GET /api/bet_types/26da4d0c-1c60-484a-9584-52642aab6f9d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "26da4d0c-1c60-484a-9584-52642aab6f9d",
    "match": "https://api-prod.gambitprofit.com/api/matches/161197da-3b2f-4b1b-8ee8-b146c42f201b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-05T10:57:16.261405-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 212.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 212.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ff83380b-4996-4c57-97bc-aaf534878257",
            "gambit_id": "6bc8f649-1d2c-4f14-a71e-017eeb5f5580",
            "last_updated": "2023-06-08T16:48:26.139883-04:00",
            "created_at": "2023-06-05T10:57:16.263580-04:00",
            "name": "Game Total Over 212.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "212.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26da4d0c-1c60-484a-9584-52642aab6f9d/?format=api"
        },
        {
            "id": "3751413d-af4e-40c1-ad4a-579f15328a91",
            "gambit_id": "3994024d-5ff0-44d3-ba7b-df05d398ea16",
            "last_updated": "2023-06-08T16:48:26.141589-04:00",
            "created_at": "2023-06-05T10:57:16.266660-04:00",
            "name": "Game Total Under 212.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "212.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26da4d0c-1c60-484a-9584-52642aab6f9d/?format=api"
        }
    ]
}