GET /api/bet_types/85e1ab00-e243-4618-935c-55e0e42b35f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "85e1ab00-e243-4618-935c-55e0e42b35f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/a76dc4db-21c4-49fa-962b-1d22d4368104/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-27T09:22:57.431999-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 Under 8",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "64ce1b0f-7fac-4360-acc1-e74e70d347d8",
            "gambit_id": "a9a7db02-e708-477f-8832-e63b6ba183ad",
            "last_updated": "2023-09-28T18:58:18.485305-04:00",
            "created_at": "2023-09-27T09:22:57.440441-04:00",
            "name": "Game Total Under 8",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85e1ab00-e243-4618-935c-55e0e42b35f9/?format=api"
        },
        {
            "id": "4d298262-0029-4e94-9911-e3d049e9335d",
            "gambit_id": "b095c42e-f9da-4198-888f-f21affb87c4c",
            "last_updated": "2023-09-28T18:58:18.481699-04:00",
            "created_at": "2023-09-27T09:22:57.435952-04:00",
            "name": "Game Total Over 8",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85e1ab00-e243-4618-935c-55e0e42b35f9/?format=api"
        }
    ]
}