GET /api/bet_types/6ccc9ffd-4339-4e3a-b28d-35b604d03a9e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ccc9ffd-4339-4e3a-b28d-35b604d03a9e",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f188054-7032-453a-aa17-f0285b74a95e/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-28T09:32:08.775827-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 Over 232.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 232.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "ad1bc06d-6ef0-4614-b029-d1101c5ba4f4",
            "gambit_id": "535c1aa7-305b-436a-9257-9b2c26ab2756",
            "last_updated": "2022-12-30T18:42:00.251422-05:00",
            "created_at": "2022-12-28T09:32:08.778405-05:00",
            "name": "Game Total Over 232.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "232.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ccc9ffd-4339-4e3a-b28d-35b604d03a9e/?format=api"
        },
        {
            "id": "7a0cbec1-08d9-49c9-8aba-5510e49b4a98",
            "gambit_id": "a8387b43-66b4-4f56-ab6b-6402b6979b1e",
            "last_updated": "2022-12-30T18:42:00.250313-05:00",
            "created_at": "2022-12-28T09:32:08.777108-05:00",
            "name": "Game Total Under 232.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "232.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ccc9ffd-4339-4e3a-b28d-35b604d03a9e/?format=api"
        }
    ]
}