GET /api/bet_types/d04de206-0724-4182-8414-8daef8cd47a7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d04de206-0724-4182-8414-8daef8cd47a7",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f4e7611-9e6b-4746-9a6d-e3a174b1721d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-04T09:56:53.927930-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 2.5",
                "amount": 5054.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4946.0
            }
        ],
        "expected_reward_tokens": 9198.28,
        "profit_sb": -301.72,
        "profit_sb_percentage": -3.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "5eb1ada3-1c1e-4065-9a13-2ba86b67aafb",
            "gambit_id": "27efb142-1520-4935-b71f-cd166a612385",
            "last_updated": "2023-04-05T22:57:05.342109-04:00",
            "created_at": "2023-04-04T09:56:53.931638-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.82000",
            "odds": "1.85000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d04de206-0724-4182-8414-8daef8cd47a7/?format=api"
        },
        {
            "id": "23dfb140-2650-44da-966c-e825f52d79d6",
            "gambit_id": "7be2d5f4-bd80-45d5-9b3b-1c5d7fd07c1c",
            "last_updated": "2023-04-05T22:57:05.340824-04:00",
            "created_at": "2023-04-04T09:56:53.929861-04:00",
            "name": "Game Total Under 2.5",
            "reward": "1.86000",
            "odds": "1.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d04de206-0724-4182-8414-8daef8cd47a7/?format=api"
        }
    ]
}