GET /api/bet_types/4ad216a3-1368-4634-b8d3-524c362d51c3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ad216a3-1368-4634-b8d3-524c362d51c3",
    "match": "https://api-prod.gambitprofit.com/api/matches/298f6b69-3b40-45d8-bd87-d67bca03a5df/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-23T12:41:48.534546-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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "1b613e27-8c8c-41fd-842c-f855ae651b3a",
            "gambit_id": "14b6650e-d3f0-47b6-b1d0-17a3af910b8f",
            "last_updated": "2023-04-24T13:02:14.680552-04:00",
            "created_at": "2023-04-23T12:41:48.539015-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ad216a3-1368-4634-b8d3-524c362d51c3/?format=api"
        },
        {
            "id": "526cac4c-0a22-40d9-9e45-3964fdfee6cd",
            "gambit_id": "a4a74e8c-6c00-4786-99ba-26a9f760bf83",
            "last_updated": "2023-04-24T13:02:14.678267-04:00",
            "created_at": "2023-04-23T12:41:48.536646-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ad216a3-1368-4634-b8d3-524c362d51c3/?format=api"
        }
    ]
}