GET /api/bet_types/f93869d9-183f-4f43-8e86-64fa898a6c7a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f93869d9-183f-4f43-8e86-64fa898a6c7a",
    "match": "https://api-prod.gambitprofit.com/api/matches/280009c7-c1b6-4258-9441-b4f8311ec425/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-09T09:48:15.369205-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": "39b62eff-5f97-439a-82f2-0cd04ecbc86c",
            "gambit_id": "0134cf9b-b9a6-4ff3-9836-288efa6b68d8",
            "last_updated": "2023-06-10T16:48:07.945716-04:00",
            "created_at": "2023-06-09T09:48:15.375402-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/f93869d9-183f-4f43-8e86-64fa898a6c7a/?format=api"
        },
        {
            "id": "5db511da-b779-4148-b6d8-354cc92a6c0a",
            "gambit_id": "bbac678f-74b3-46c5-9ca5-9208ee4cb835",
            "last_updated": "2023-06-10T16:48:07.943818-04:00",
            "created_at": "2023-06-09T09:48:15.377457-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/f93869d9-183f-4f43-8e86-64fa898a6c7a/?format=api"
        }
    ]
}