GET /api/bet_types/f46443cd-3bfd-4671-8e90-744396823fba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f46443cd-3bfd-4671-8e90-744396823fba",
    "match": "https://api-prod.gambitprofit.com/api/matches/7d53b260-bf01-4ae2-8f18-9b4fa7f54713/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-10T08:57:01.648031-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": "Total Rounds Over 1.5",
                "amount": 5875.0
            },
            {
                "team": "Total Rounds Under 1.5",
                "amount": 4125.0
            }
        ],
        "expected_reward_tokens": 9281.25,
        "profit_sb": -218.75,
        "profit_sb_percentage": -2.3,
        "recommended": false
    },
    "lines": [
        {
            "id": "a84c203e-a0dd-4c47-aa36-4ca6e4322a33",
            "gambit_id": "881f0b4a-4808-44f3-836b-dedf225bc76e",
            "last_updated": "2023-03-13T14:11:56.793145-04:00",
            "created_at": "2023-03-10T08:57:01.650807-05:00",
            "name": "Total Rounds Over 1.5",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f46443cd-3bfd-4671-8e90-744396823fba/?format=api"
        },
        {
            "id": "be8e97f7-0245-44e7-a8e9-cb71c7013316",
            "gambit_id": "f5e1b575-6fad-47b3-8b83-4159b97df204",
            "last_updated": "2023-03-13T14:11:56.791126-04:00",
            "created_at": "2023-03-10T08:57:01.649400-05:00",
            "name": "Total Rounds Under 1.5",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f46443cd-3bfd-4671-8e90-744396823fba/?format=api"
        }
    ]
}