GET /api/bet_types/f7edc6b1-b3df-443f-b2be-f8f1d23f5df5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f7edc6b1-b3df-443f-b2be-f8f1d23f5df5",
    "match": "https://api-prod.gambitprofit.com/api/matches/2b488ec8-9831-4d2d-b16a-36a846913cc9/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 2.5",
                "amount": 6857.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3143.0
            }
        ],
        "expected_reward_tokens": 9051.24,
        "profit_sb": 51.24,
        "profit_sb_percentage": 0.57,
        "recommended": true
    },
    "lines": [
        {
            "id": "a55ab232-acef-4d2e-b6cd-e5ec41201221",
            "gambit_id": "d4116afe-e609-4ae3-b8d0-fc73bed5620e",
            "last_updated": "2022-09-14T11:12:05.018018-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.32000",
            "odds": "1.36000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7edc6b1-b3df-443f-b2be-f8f1d23f5df5/?format=api"
        },
        {
            "id": "88843c8c-b54f-4e6d-8fe0-9d12c56e3aa9",
            "gambit_id": "51f3fe60-f433-4f49-b562-2431ae846039",
            "last_updated": "2022-09-14T11:12:05.017028-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.88000",
            "odds": "3.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7edc6b1-b3df-443f-b2be-f8f1d23f5df5/?format=api"
        }
    ]
}